-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some missing PNSEs #7024
Add some missing PNSEs #7024
Conversation
Docs Build status updates of commit 4835c21: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit 7368e44: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending the guidance from @gewarren on the right phrase for ".NET Core and .NET 5" (and/or the posted suggestion applied to all locations), approved.
Co-authored-by: Jeff Handley <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
Docs Build status updates of commit 7ac1375: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit 9e15c41: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Thanks for the review |
Summary
Related to #1683 and dotnet/runtime#47228
Adding a few missing PNSEs for some CodeDom APIs not supported in .Net Core. This API might get supported in the future but for now, has no progress.
The
RsaProtectedConfigurationProvider
type is not supported on .Net Core and all APIs throws but it has an open PR which will not be merged into 6.0. For this type did not added PNSE for all APIs, instead added a note on the type