nunit / nunit-vs-testgenerator

A Visual Studio extension for generating unit tests and IntelliTests using NUnit
https://visualstudiogallery.msdn.microsoft.com/bd30bf3f-4183-4b00-a245-1875316b8cd3
MIT License
35 stars 23 forks source link

Version 2.3 of the extension fails to work with VS2017 #39

Closed MartinOSchmidt closed 1 year ago

MartinOSchmidt commented 4 years ago

It seem that the extension with version 2.3. fails to work with VS2017 due to a hard binding to version "16.0.0.0" of the Microsoft.Pex.Framework-assembly.

No dialog would show up if "Create IntelliTest" is called, but a error message in the output with an exception about not finding the respective assembly above.

It took me a while to understand that it was the sepific version that was wrong (because "15.0.0.0" is available on my system).

After downgrading to 2.1 of the extension things seem to work properly.