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
This related to dotnet/runtime#45851. We should also provide definition-site diagnostics if the syntax of the string passed to the attributes isn't of a valid platform name followed by an optional version.
Note: We don't need to handle the universal methods OperatingSystem.IsPlatform() and OperatingSystem.IsPlatformAtLeast() because the version is a separate argument and dotnet/runtime#45851 will validate that the platform name is known.
The text was updated successfully, but these errors were encountered:
This related to dotnet/runtime#45851. We should also provide definition-site diagnostics if the syntax of the string passed to the attributes isn't of a valid platform name followed by an optional version.
Note: We don't need to handle the universal methods
OperatingSystem.IsPlatform()
andOperatingSystem.IsPlatformAtLeast()
because the version is a separate argument and dotnet/runtime#45851 will validate that the platform name is known.The text was updated successfully, but these errors were encountered: