Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing application icon for exe if built on Linux #11046

Closed
MarkKoz opened this issue Mar 30, 2020 · 2 comments
Closed

Missing application icon for exe if built on Linux #11046

MarkKoz opened this issue Mar 30, 2020 · 2 comments
Assignees

Comments

@MarkKoz
Copy link

MarkKoz commented Mar 30, 2020

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

@dsplaisted
Copy link
Member

This sounds like a duplicate of dotnet/runtime#486 and/or dotnet/runtime#3828. @vitek-karas, @swaroop-sridhar, is that correct?

@dsplaisted dsplaisted removed the untriaged Request triage from a team member label Apr 9, 2020
@swaroop-sridhar
Copy link
Contributor

Yes this is a dup of dotnet/runtime#3828

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants