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
I've a legacy application which I need to upgrade. It targets .NET 4.6.2 for now.
After I migrated projects ti PackageReference format, I started getting errors from SGEN when building for Release configuration:
SGEN : error : An attempt was made to load an assembly with an incorrect format: .nuget\packages\syste
m.text.encoding.codepages\4.5.0\ref\netstandard2.0\System.Text.Encoding.CodePages.dll.
Can anyone explain me what changes in build system or dependencies resolution algorithm, so SGEN touches more assemblies than it did before?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've a legacy application which I need to upgrade. It targets .NET 4.6.2 for now.
After I migrated projects ti PackageReference format, I started getting errors from SGEN when building for Release configuration:
Can anyone explain me what changes in build system or dependencies resolution algorithm, so SGEN touches more assemblies than it did before?
Beta Was this translation helpful? Give feedback.
All reactions