This project is used to demonstrate that the latest Microsoft.NET.Test.Sdk (16.5.0) does not work well with .NET Core 2.1 & 2.2.
All projects are targeting the .NET Core 2.2 Framework.
See Reported Issue: microsoft/vstest-docs#225 Also commented on the following: xunit/visualstudio.xunit#200
This test runs the assert correctly and generates the appropriate test result.
This test never executes.
https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/16.5.0
This states depencency with .NETCoreApp 2.1 Microsoft.CodeCoverage (>= 16.5.0) Microsoft.TestPlatform.TestHost (>= 16.5.0)
Therefore, one could assume compatibility with .NET Core 2.1+