-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
Note regarding the 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. |
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsThis 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.
|
…pServices now that DefaultCaching uses ConcurrentDictionary.
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