Skip to content
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 few SupportedOSPlatform UnsupportedOSPlatform attributes #52015

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Apr 28, 2021

As part of #47228 run an analyzer detecting PNSEs for cross-platform builds. Most of the findings were APIs supported on .Net framework but not supported in .Net Core which we are obsoleting. Few of them need SupportedOSPlatform or UnSupportedOSPlatform attribute which applied with this PR

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

@buyaa-n
Copy link
Contributor Author

buyaa-n commented Apr 29, 2021

The failures unrelated and all has existing issues for tracking:
#49105
#52031
https://github.com/dotnet/core-eng/issues/12969
So merging

@buyaa-n buyaa-n merged commit 7938f9d into dotnet:main Apr 29, 2021
@buyaa-n buyaa-n deleted the add_platform_attribute branch April 29, 2021 18:36
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
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.

3 participants