-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test discovery fails if the pdb format is "portable" #156
Comments
IIRC, we can't target .NET 2 if we use the latest Mono.Cecil. |
I guess this adapter also needs nunit/nunit3-vs-adapter#350 |
Who wants to take this? /cc @OsirisTerje |
We should implement nunit/nunit3-vs-adapter#350 although it will not fix this for Update 2 of 2017. Those changes are coming in 15.3 and even now they are hidden behind a feature flag, From the RFC,
|
There's a port of nunit/nunit3-vs-adapter#350 to nunit2 here: #160. @jnm2 @rprouse @OsirisTerje can you please review this? |
Team members receive a notice when you submit a PR but it sometimes takes a few days before someone has time to review it. |
@codito Will review this as soon as I have 3.9 out for the NUnit3TestAdapter. |
+1 On VS 2017 15.7.2. Changing to full debug symbols fixes the issue. |
Using version 2.1.1 of the test adapter, in VS2017 Update 2, the test discovery fails with this error:
Exception System.InvalidOperationException, Exception converting MyTest.
Upgrading the Mono.Cecil package to the latest version (0.10.0-beta6), or using full pdb format fixes the issue.
The text was updated successfully, but these errors were encountered: