-
Notifications
You must be signed in to change notification settings - Fork 16
OutputType should be WinExe for Windows targets #1797
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
On which page?
uno.templates/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj
Line 5 in f3c8675
What's wrong?
If
Exeis 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.