Support for UWP projects in Visual Studio 2017 15.2 is currently broken. UWP users can either stick with 2.2, or use 15.3 Preview.
xunit.runner.console
NuGet package caused
MSBuild errors after being installed.
XunitTest
target when imported xunit.runner.msbuild
which
will run the the current assembly. This allows you to run msbuild /t:XunitTest
against your unit test projects without modifying the project file. Note: you can override
several options by defining <PropertyGroup>
items. For a complete list
of supported property names, see:
xunit.runner.msbuild.targets.
For information on using xUnit.net from within Visual Studio, see Running tests with Visual Studio in the Getting Started documentation.