-
Notifications
You must be signed in to change notification settings - Fork 344
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
Unable to run Windows application from .NET SDK command line #2922
Comments
There are ways to launch packaged apps from the command line. See dotnet/maui#5975 (comment) If you're looking to run |
Did @DrusTheAxe's suggestion resolve this issue? |
The first step might be to follow several other workloads and make a "Run" target that the So having each framework do the thing, and the core SDK just execute it is probably better - and run may also need a build so a Run depends on Build is super easy. But as of today, we have nothing. So a Run target is going to be very helpful. |
I think the issue I raised here on SO is similar. |
It appears if you build and then run an unpackaged app it works a bit better: dotnet/maui#13942 |
Tracking this internally as well: https://dev.azure.com/microsoft/OS/_workitems/edit/44573471 |
Still an issue, just fyi. |
Describe the bug
See more details in dotnet/maui#5975
We should be able to run a windows app with
dotnet run
ordotnet build -t:Run
at the very least.Steps to reproduce the bug
dotnet run
Expected behavior
App launches (for both packaged and unpackaged)
Screenshots
No response
NuGet package version
1.1.4
Packaging type
No response
Windows version
No response
IDE
Other
Additional context
No response
The text was updated successfully, but these errors were encountered: