Start hot reload after project run
See original GitHub issueHi,
how its possible to run the command to start the hot reload just after the project is built?
I need to run this command dotnet-maui-reactor -f [net7.0-android|net7.0-ios|net7.0-maccatalyst|windows10.0.19041.0] --mode Full when a specific platform is selected to build and run.
Thank you.
Issue Analytics
- State:
- Created 3 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Write and debug code by using Hot Reload - Visual Studio ...
Update running code with Hot Reload · Open a project based on a supported application type. · Make sure that Enable native code...
Read more >Hot reload
Hot reload works by injecting updated source code files into the running Dart Virtual Machine (VM). After the VM updates classes with the...
Read more >Test Execution with Hot Reload - Visual Studio (Windows)
Learn how to use hot reload with Test Explorer in Visual Studio. ... a solution/project build using Ctrl+Shift+B and then run tests.
Read more >Edit running code with Hot Reload - JetBrains Rider
Hot Reload, also known as Edit & Continue. Learn how to make changes while running and debugging without restarting the session.
Read more >VSCode hot reload for Flutter does not work
Click on File > Preferences > Settings · Search for "Hot Reload" · Click on Flutter Hot Reload On Save and choose always...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, of course, you’re right, this the correct command:
/c "wt.exe dotnet-maui-reactor -f net7.0-android -d $(ProjectDir)"In Visual Studio create an external tool from Tools->External Tools like this:
Visual Studio external tools dialog
Add the command to the Solution context menu. Right-click on the toolbar and select Customize button:
Add a new command and select the correct External Command (in my case was External Command 2):