A Roslyn analyzer to help migrate from MSTests to xUnit
$ dotnet add package Meziantou.MsTestToXunitAnalyzerThis package provides a Roslyn Analyzer to convert MSTest tests to xUnit tests.
Goals:
This doesn't handle 100% cases as this would not be possible. However, it should handle 90% of the cases.
NuGet: https://www.nuget.org/packages/Meziantou.MsTestToXunitAnalyzer
dotnet add package Meziantou.MsTestToXunitAnalyzer