You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.
I don't understand why it flags elements from the .NetCore main implementation as "isn't supported on Linux and macOS" in this case the Socket.Connect method. Surely the point is that the main .Net Core api is supported on all platforms and that platform specific functionality went elsewhere. Looking at the .Net Core source the method doesn't throw a PlatformNotSupportedException?
Additionally there are other cases like use of PerformanceCounters from the compatibility pack which it doesn't detect as problems.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I don't understand why it flags elements from the .NetCore main implementation as "isn't supported on Linux and macOS" in this case the Socket.Connect method. Surely the point is that the main .Net Core api is supported on all platforms and that platform specific functionality went elsewhere. Looking at the .Net Core source the method doesn't throw a PlatformNotSupportedException?
Additionally there are other cases like use of PerformanceCounters from the compatibility pack which it doesn't detect as problems.
The text was updated successfully, but these errors were encountered: