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
Is your feature request related to a problem? Please describe.
Until now, I hadn't found any downside to using Exe for Avalonia apps.
P.S. Sometimes, you want an app that starts in a console and exits after completing a task, but has startup args to instead open its GUI. If this becomes an issue later, I'll put in a feature request then.
Describe the solution you'd like
When "No executable project found", but the solution contains projects, notify users that the extension only generates assets for projects with OutputTypeWinExe.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Until now, I hadn't found any downside to using
Exe
for Avalonia apps.P.S. Sometimes, you want an app that starts in a console and exits after completing a task, but has startup args to instead open its GUI. If this becomes an issue later, I'll put in a feature request then.
Describe the solution you'd like
When "No executable project found", but the solution contains projects, notify users that the extension only generates assets for projects with
OutputType
WinExe
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: