conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

replace xunit with mstestv2 #57

Closed solvingj closed 5 years ago

solvingj commented 5 years ago

I'm not an expert in testing with .NET, but in the past, I have had better personal experience with mstestv2 than with XUnit. XUnit ecosystem is far more mature and robust, but we're only doing the most basic of testing so I don't consider that to be very relevant to this project. MSTest is also a smaller dependency