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
When running a test marked with [OSCondition(OperatingSystems.Windows)] with netfx on Linux or Mac, the test will be run via mono and the attribute won't exclude the test.
The attribute currently assumes netfx to be Windows only which is not always right.