A Roslyn-based tool that migrates NUnit2 code to NUnit3. Work in progress, contributions are welcome!
- Compile the app
- Execute:
NUnit3Migration.exe <path to directory>
It will recursively search for .cs files and migrate them to NUnit 3 syntax.
8000