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 have an icon specified with ApplicationIcon in my .csproj. If I build the project on Windows 10 with runtime ID win-x64, the resulting exe has the specified icon - no problems. However, if I build the same project using the same RID on Linux, the exe does not have the application icon. I've seen the same issue on Linux both in CI (Azure agent is Ubuntu 18) and with my local install of Arch.
.NET SDK version: 3.1.102 (both on Windows and Linux)
TargetFramework: netcoreapp3.0
Command used: dotnet build -c Release -r win-x64 /path/to/.csproj
The text was updated successfully, but these errors were encountered:
I have an icon specified with
ApplicationIcon
in my .csproj. If I build the project on Windows 10 with runtime IDwin-x64
, the resulting exe has the specified icon - no problems. However, if I build the same project using the same RID on Linux, the exe does not have the application icon. I've seen the same issue on Linux both in CI (Azure agent is Ubuntu 18) and with my local install of Arch..NET SDK version: 3.1.102 (both on Windows and Linux)
TargetFramework: netcoreapp3.0
Command used:
dotnet build -c Release -r win-x64 /path/to/.csproj
The text was updated successfully, but these errors were encountered: