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
It will compile without any indication of a problem using dotnet publish -r win10-x64 ...
When you try to run the app, it 💥 with ...
Unhandled Exception: System.BadImageFormatException: Could not load file or assembly
'testselfcontained.dll'. An attempt was made to load a program with an incorrect format.
The text was updated successfully, but these errors were encountered:
Moved from https://github.com/dotnet/cli/issues/2922 on behalf of @guardrex
@blackdwarf Yes, it's still there with MSBuild. The setup is like this ...
It will compile without any indication of a problem using
dotnet publish -r win10-x64
...When you try to run the app, it 💥 with ...
The text was updated successfully, but these errors were encountered: