Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move COM source generator APIs to System.Runtime.InteropServices.dll #84329

Merged
merged 4 commits into from
Apr 13, 2023

Conversation

jkoritzinsky
Copy link
Member

@jkoritzinsky jkoritzinsky commented Apr 4, 2023

This makes the COM source generator part of the shipping product.

This should wait to go in until #84271 goes in to ensure they both are in for the first release.

Fixes #79121, Fixes #83471

@dotnet-issue-labeler
Copy link

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, 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.

@ghost ghost assigned jkoritzinsky Apr 4, 2023
@ghost
Copy link

ghost commented Apr 4, 2023

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

Issue Details

This makes the COM source generator part of the shipping product.

This should wait to go in until #84271 goes in to ensure they both are in for the first release.

Author: jkoritzinsky
Assignees: -
Labels:

area-System.Runtime.InteropServices, source-generator

Milestone: 8.0.0

@jkoritzinsky jkoritzinsky reopened this Apr 13, 2023
@jkoritzinsky jkoritzinsky merged commit b9df364 into dotnet:main Apr 13, 2023
@jkoritzinsky jkoritzinsky deleted the public-com-generator branch April 13, 2023 22:13
@ghost ghost locked as resolved and limited conversation to collaborators May 14, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[API Proposal]: APIs to expose managed objects to COM [API Proposal]: COM source generator APIs
2 participants