Skip to content

Conversation

@manfred-brands
Copy link
Member

Fixes #4577

OSPlatformAttribute no longer translated to old PlatformAttribute

Introduced a new NetPlatformAttribute (only so it can implement IApplyToTest)
OSPlatformAttribute is converted to NetPlatformAttribute
Actual platform name is passed verbatim to System.OperatingSystem.IsOSPlatform

Instead of filtering we should only ask for what we need.
Introduced a new NetPlatformAttribute (only so it can implement IApplyToTest)
OSPlatformAttribute is converted to NetPlatformAttribute
Actual platform name is passed verbatim to System.OperatingSystem
Co-authored-by: Terje Sandstrom <terje@hermit.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove some version hard-coding in the OSPlatformTranslator

2 participants