-
Notifications
You must be signed in to change notification settings - Fork 825
#5962 Change to early return of OS instead of throwing #5963
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
This will make sure that the executed code only works in scenarios that are supported, which is Windows and Linux. This is particularly important for teams working on different operating systems, and running the code without containerization.
I am looking forward to this change as I too am on a mac and am experiencing the same issue. Why is this only a draft? It looks good to me :) |
@evgenyfedorov2 It passes tests now. Is there anything we would like more? |
...t.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringServiceCollectionExtensions.cs
Show resolved
Hide resolved
Yeah, please just add more tests, I left a comment. |
@juliankock please accept CLA and then we can merge |
@dotnet-policy-service agree |
This will make sure that the executed code only works in scenarios that are supported, which is Windows and Linux. This is particularly important for teams working on different operating systems, and running the code without containerization.
Addresses: #5962
Microsoft Reviewers: Open in CodeFlow