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
attached a patch for a little issue in AssemblyMetadata.cs ("HACK: [vermorel] 2019-07-25.").
It will attach a ref to "netstandard" and make sure the ref to the assemblyname "system.private.corelib" is as per loaded in application current domain.
I noticed problems when AOTing with Mono (system.private.corelib not found) and ILSpy couldn't resolve these references either. With this patch, problems are gone.
I cannot say 100% sure if it will work for all NET versions, tested with netcore31, net50, mono. All ok-
Hi,
attached a patch for a little issue in AssemblyMetadata.cs ("HACK: [vermorel] 2019-07-25.").
It will attach a ref to "netstandard" and make sure the ref to the assemblyname "system.private.corelib" is as per loaded in application current domain.
I noticed problems when AOTing with Mono (system.private.corelib not found) and ILSpy couldn't resolve these references either. With this patch, problems are gone.
I cannot say 100% sure if it will work for all NET versions, tested with netcore31, net50, mono. All ok-
0001-patch-for-reference-assemblies-netstandard-unresolve.zip
Best regards,
S.
The text was updated successfully, but these errors were encountered: