I'm facing the issue when publish blazor app on linux server.
Problem:
Код: Выделить всё
dotnet ProjectName.dll
Context: Server: Ubuntu 22.04 on virtual machine App: Blazor WASM on .Net 8 with additional API project runing as seperate linux service to communicate Release command:
Код: Выделить всё
dotnet publish -c Release -r linux-x64 --self-contained
I will appreciate any suggestions how can i resolve it.
Источник: https://stackoverflow.com/questions/781 ... d-on-linux