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
when trying to use dotnet publish -c Release -r win-x64 i always get PublishTrimmed is implied by native compilation and cannot be disabled.
but when i remove the <PublishTrimmed>False</PublishTrimmed> the app is stuck at:
and the app is stuck even in debug mode.
update: on top of that, after removing the publish trimmed option, i get another error: The command ""C:\Users\x\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.8\tools\\ilc" @"obj\Release\net8.0\win-x64\native\Photino.Blazor.NativeAOT.ilc.rsp"" exited with code -1073740791.
The text was updated successfully, but these errors were encountered:
when trying to use
dotnet publish -c Release -r win-x64
i always getPublishTrimmed is implied by native compilation and cannot be disabled.
but when i remove the
<PublishTrimmed>False</PublishTrimmed>
the app is stuck at:and the app is stuck even in debug mode.
update: on top of that, after removing the publish trimmed option, i get another error:
The command ""C:\Users\x\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\8.0.8\tools\\ilc" @"obj\Release\net8.0\win-x64\native\Photino.Blazor.NativeAOT.ilc.rsp"" exited with code -1073740791.
The text was updated successfully, but these errors were encountered: