Skip to content
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

Fix assembly dependencies resolver for .NET Core #1317

Merged
merged 1 commit into from
Feb 12, 2023
Merged

Fix assembly dependencies resolver for .NET Core #1317

merged 1 commit into from
Feb 12, 2023

Conversation

svg2003
Copy link
Contributor

@svg2003 svg2003 commented Feb 12, 2023

based on discussion from here: #1311

@OsirisTerje
Copy link
Member

Merging this. Seems this fix will unblock other changes (net 8 fix).

@OsirisTerje OsirisTerje merged commit 8df7511 into nunit:version3 Feb 12, 2023
@svg2003 svg2003 deleted the issue-1311-ver3 branch February 12, 2023 17:41
@rprouse rprouse changed the title fix assembly dependencies resolver for netcore Fix assembly dependencies resolver for .NET Core Feb 21, 2023
@rprouse rprouse added the Bug label Feb 21, 2023
@rprouse rprouse added this to the 3.16.3 milestone Feb 21, 2023
@danielmarbach
Copy link

We are trying to figure out if this change might have broken some of our tests. The scenario is that we have an assembly that dual targets net472 and net6.0. It references System.Text.Json 7.0.2. When we execute the tests with the new engine containing those fixes it seems to load System.Text.Json of .NET 6 instead of 7.0.2 (the explicit reference). This issue only occurs on NET6 on Linux but not on Windows. // cc @mauroservienti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants