File-based WinUI app #316
dotMorten
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Managed to get a file based dotnet run app to work with reactor.
Add the following code to a single App.cs file:
From command line run:
dotnet run App.cs -a x64This gets more interesting if you're building a script and want some more advanced interactive user input as part of that script.
In this case the UI is launched if you run and specify interactive mode:
dotnet run App.cs -- -iBeta Was this translation helpful? Give feedback.
All reactions