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
NUnitLite incorrectly reports Environment.OSVersion as Windows 8, when running on Windows 10. The property has been deprecated. This is shown in the main console output, xml, and a couple of other places.
The simple workaround is to add an app.manifest, as the console runner has. (The Console runner reports correctly.)
Alternatively, looks like the existing OSPlatform class might already work around this situation.