You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Given a unit test project project that references Mono.Cecil 0.10, running tests that will use Mono.Cecil will fail on a bad assembly loaded.
The cause of this is that NUnit3Runner.exe's NUnit3TestAdapter version is shipping its own Mono.Cecil, which seems to win on final copying: nunit/nunit3-vs-adapter#488
The solution is to bump NUnit3 in the NUnit3Runner project.
Given a unit test project project that references Mono.Cecil 0.10, running tests that will use Mono.Cecil will fail on a bad assembly loaded.
The cause of this is that NUnit3Runner.exe's NUnit3TestAdapter version is shipping its own Mono.Cecil, which seems to win on final copying: nunit/nunit3-vs-adapter#488
The solution is to bump NUnit3 in the NUnit3Runner project.
Should fix running Mono.Addins tests locally.
The text was updated successfully, but these errors were encountered: