Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 432 Bytes

File metadata and controls

12 lines (9 loc) · 432 Bytes

NUnit3Migration Build status

A Roslyn-based tool that migrates NUnit2 code to NUnit3. Work in progress, contributions are welcome!

Usage

  • Compile the app
  • Execute:
NUnit3Migration.exe <path to directory>

It will recursively search for .cs files and migrate them to NUnit 3 syntax.