This is a tool for converting projects from using MSTest to XUnit. This tool automates many of the repetitive tasks like changing to [Fact] attributes, using the correct methods on Assert, updating namespaces, etc ...
The tool takes only the project to be converted as an argument.
xunitconverter <project path>
We follow the same contribution process that corefx is using.