BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

NUnit tests do not run in debug in Visual Studio 2019 #45

Closed Nejat closed 4 years ago

Nejat commented 5 years ago

I had to replace the existing NUnit nuget package with the NUnitTestAdapter.WithFramework buget package to run the tests in the Debug configuration

as described in the following Visual Studio Develop Community thread

https://developercommunity.visualstudio.com/content/problem/527276/nunit-2-unit-tests-not-running-in-vs-2019.html

the test do run in the Release configuration with the existing package.

BlueRaja commented 4 years ago

I'm able to run the unit tests in debug and release just fine in VS 2019.

However, it's easy to add NUnitTestAdapter.WithFramework, so I've done that in v5.0.0. Hopefully this fixes the issue for you.