Skip to content
| Marketplace
Sign in
Visual Studio>Tools>SwitchToNUnit3
SwitchToNUnit3

SwitchToNUnit3

David Störmer

|
881 installs
| (0) | Free
An extension that notfies you about breaking changes in NUnit3, while working with NUnit2 and helps you using NUnit4 correktly.
Download

A simple extension that notifies you about upcomming changes in NUnit3 while working on NUnit2. It allows you to upgrade your source code step-by-step to be NUnit3 complient.

Currently the follwoing deprected modification are detected:

  • ExpectedExceptionAttribute - will be removed in NUnit3
  • TestCaseSource.Throws methods -  will be removed in NUnit3
  • TestFixtureSetUpAttribute - deprecated, replaced by OneTimeSetUp
  • TestFixtureTearDownAttribute - deprecated, replaced by OneTimeTearDown
  • Async void test-methods - tests will note be excecuted (use async Task instead)
  • Non-Static references in TestCasesSource - tests will note be excecuted

 

Currently there are no Code-Fixes implemented, but I intend to add them.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft