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
For some reason upgrading to 8.0 SDK removes the necessary .deps.json record about Mono.Cecil from illink.deps.json. Workaround which seems to work is to set IncludeProjectsNotInAssetsFileInDepsFile=true in the Mono.Linker and the tasks test projects. But I don't yet understand why.
This is likely related to dotnet/sdk#28963 and other PRs around there.
I'm trying to figure out what's going on. This issue is to track that debt if the workaround gets checked in as part of #3177.
The text was updated successfully, but these errors were encountered:
For some reason upgrading to 8.0 SDK removes the necessary .deps.json record about
Mono.Cecil
fromillink.deps.json
. Workaround which seems to work is to setIncludeProjectsNotInAssetsFileInDepsFile=true
in theMono.Linker
and the tasks test projects. But I don't yet understand why.This is likely related to dotnet/sdk#28963 and other PRs around there.
I'm trying to figure out what's going on. This issue is to track that debt if the workaround gets checked in as part of #3177.
The text was updated successfully, but these errors were encountered: