-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove SupportedOSPlatforms windows on Hosting WindowsServices #59039
Remove SupportedOSPlatforms windows on Hosting WindowsServices #59039
Conversation
Tagging subscribers to this area: @eerhardt, @maryamariyan |
failures are #58927 |
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.
Looks good to me.
Per an email conversation, this change sets the precedent that we can omit attributes in cases where the API connotes the platform support by name or docs summary, and no-ops on other platforms.
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.
Per an email conversation, this change sets the precedent that we can omit attributes in cases where the API connotes the platform support by name or docs summary, and no-ops on other platforms.
I wonder what if the developer doesn't know the API was no-op for other platforms, but for this assembly, it looks good to me as the assembly name indicates it is for Windows
only
Merging. Failures are infrastructure and flaky networking. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1231195784 |
Fix #59037