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
Have you experienced this same bug with .NET Framework?:
No (not applicable)
Problem description:
For resolution of issue #2413 (PR #3098) a workaround for dotnet/sdk#3254 is required, this issue serves for tracking removal of the workaround once the SDK bug is resolved.
The bug affects all ProjectReference in that the generated deps.json doesn't contain the referenced version number, but currently only for System.Drawing it is causing problems for assembly resolution, so the workaround is only present there. Might be added to other references as required.
Expected behavior:
No workaround required for ProjectReference to a facade assembly
Minimal repro:
Reference a facade assembly and observe that the deps.json produced as build output does not include the version of the assembly you referenced:
"runtime": {
"System.Drawing.dll": {}
}
The text was updated successfully, but these errors were encountered:
I don't see System.Drawing as project in the solution on the current main branch, am I missing something? The facade project always has been there.
Tried removing the workaround from PR #3098 anyways to see if something else changed but the issue is still present and the unit test fails without the workaround.
.NET Core Version:
.NET Core 5.0 (master branch)
Have you experienced this same bug with .NET Framework?:
No (not applicable)
Problem description:
For resolution of issue #2413 (PR #3098) a workaround for dotnet/sdk#3254 is required, this issue serves for tracking removal of the workaround once the SDK bug is resolved.
The bug affects all ProjectReference in that the generated deps.json doesn't contain the referenced version number, but currently only for System.Drawing it is causing problems for assembly resolution, so the workaround is only present there. Might be added to other references as required.
Expected behavior:
No workaround required for
ProjectReference
to a facade assemblyMinimal repro:
Reference a facade assembly and observe that the deps.json produced as build output does not include the version of the assembly you referenced:
The text was updated successfully, but these errors were encountered: