question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Start hot reload after project run

See original GitHub issue

Hi, 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:closed
  • Created 3 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
adospacecommented, Jun 9, 2023

Yes, of course, you’re right, this the correct command:

/c "wt.exe dotnet-maui-reactor -f net7.0-android -d $(ProjectDir)"

image

1reaction
adospacecommented, Jun 8, 2023

In Visual Studio create an external tool from Tools->External Tools like this:

Visual Studio external tools dialog image

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):

image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found