Skip to content

Update the ComWrappers API#47073

Merged
5 commits merged intodotnet:masterfrom
AaronRobinsonMSFT:runtime44446
Jan 21, 2021
Merged

Update the ComWrappers API#47073
5 commits merged intodotnet:masterfrom
AaronRobinsonMSFT:runtime44446

Conversation

@AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Jan 16, 2021

Add support for the new Aggregated and Unwrap flags in ComWrappers.

Fixes #44446

/cc @elinor-fung @jkoritzinsky

Add support for the new Aggregated and Unwrap flags in ComWrappers.
@ghost
Copy link

ghost commented Jan 16, 2021

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

Add missing contracts.
Remove extra AddRef() in ComWrappers global marshalling scenario.
@AaronRobinsonMSFT AaronRobinsonMSFT marked this pull request as ready for review January 20, 2021 04:33
@AaronRobinsonMSFT
Copy link
Member Author

/avp help

@AaronRobinsonMSFT
Copy link
Member Author

/azp help

@azure-pipelines
Copy link

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@AaronRobinsonMSFT
Copy link
Member Author

/azp help

@azure-pipelines
Copy link

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@AaronRobinsonMSFT
Copy link
Member Author

/azp list

@AaronRobinsonMSFT
Copy link
Member Author

/azp run runtime

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost
Copy link

ghost commented Jan 21, 2021

Hello @AaronRobinsonMSFT!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 3c2cdac into dotnet:master Jan 21, 2021
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the runtime44446 branch January 21, 2021 06:40
@ghost ghost locked as resolved and limited conversation to collaborators Feb 20, 2021
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend ComWrappers API to better support aggregation

2 participants