nunit / nunit-vs-adapter

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
MIT License
50 stars 43 forks source link

Any plans to release this adapter for Visual Studio 2022? #196

Closed albx closed 2 years ago

albx commented 2 years ago

It could be useful having this adapter available for Visual Studio 2022. Is this planned? Thank you

rprouse commented 2 years ago

We don't have plans to release the extension for VS 2022. I'd recommend that if you are still using NUnit 2 that you switch your projects to use the NUnitTestAdapter NuGet package. Adding test adapters to Visual Studio as extensions is deprecated so we are only supporting NuGet packages now.

To me, using NuGet is a huge win as it is automatically available for all developers of your code without any special setup. It also gets pulled in and is usable from your CI/CD pipelines.

albx commented 2 years ago

@rprouse thanks for the answer. We're planning exactly what you suggested. So this issue can be closed :) Thanks again!