-
Notifications
You must be signed in to change notification settings - Fork 152
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
v4.4.0 causes missing method exception for System.Text.Json #1325
Comments
can u try 4.4.2 |
Yeah, 4.4.2 seems to work. It's a really weird bug though. If you have an explanation as to what's going on, I'd love to read about it. I'd also recommend unlisting 4.4.0. |
@gregsdennis nunit/nunit3-vs-adapter#1066 and i already suggested unlisting nunit/nunit3-vs-adapter#1066 (comment) but not my call |
@gregsdennis More details here https://docs.nunit.org/articles/vs-test-adapter/AdapterV4-Release-Notes.html and in the four issues whereas the one @SimonCropp mentioned is one of those. And, v 4.4.0 is now unlisted. |
Since this issue contains a repro project (thanks @gregsdennis ), I'll move it to the console/engine repo so that it can be used with the #1324 issue there. |
Working in the latest dev build: 3.18.3-dev00011 |
This issue has been resolved in version 3.18.3 The release is available on: |
Originally reported here.
Minimally reproducible example:
TestProject1.zip
Error occurs when the test project runs in a .Net version prior to 7.0 and references a .Net Standard 2 project that contains a reference to System.Text.Json Nuget package v7.
Example solution contains:
netstandard2.0
netcoreapp3.1;net6.0;net7.0
netcoreapp3.1;net6.0;net7.0
net7.0
, failsnetcoreapp3.1
&net6.0
Note that this also occurs referencing System.Text.Json Nuget package v6.*.
The text was updated successfully, but these errors were encountered: