-
Notifications
You must be signed in to change notification settings - Fork 1.6k
CNG
classes don't work on non-windows platforms
#7323
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
Conversation
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsSummaryCNG classes doc update. A note was added explaining that they don't work on Fixes #3503
|
Docs Build status updates of commit b8e4880: ✅ 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 ee36267: ✅ 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:
|
The technical aspect is correct, but I don't know about wording or style. |
@bartonjs Should I also add these CNG APIs to this page? https://docs.microsoft.com/en-us/dotnet/core/compatibility/unsupported-apis |
Yeah, that does seem good for consistency 😄 They only work on Windows, so in the parlance of that page they don't work on "Linux and macOS" |
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.
LGTM
Summary
CNG classes doc update. A note was added explaining that they don't work on
non-Windows
platforms.Fixes #3503