-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
kind/contributor-experienceCategorizes issue or PR as related to improving the experience of contributorsCategorizes issue or PR as related to improving the experience of contributorskind/documentationCategorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this projectCategorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this projecttriage/untriagedIndicates an issue requires triaging or verification.Indicates an issue requires triaging or verification.
Description
On which page?
uno.templates/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj
Line 5 in f3c8675
| <OutputType>Exe</OutputType> |
What's wrong?
If Exe is used to publish Windows artifacts, the application runs from a console window, which isn't ideal.
Any feedback?
I am using <OutputType Condition=" '$(RuntimeIdentifier)' != '' and $(RuntimeIdentifier.StartsWith('win-')) ">WinExe</OutputType>, but wonder if that's the best solution here.
Metadata
Metadata
Assignees
Labels
kind/contributor-experienceCategorizes issue or PR as related to improving the experience of contributorsCategorizes issue or PR as related to improving the experience of contributorskind/documentationCategorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this projectCategorizes an issue or PR as relevant to 3rd party dependencies that are consumed by this projecttriage/untriagedIndicates an issue requires triaging or verification.Indicates an issue requires triaging or verification.