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.

[HOT REALOD] How to disable hot reload?

See original GitHub issue

Hello guys! As you know, hot reload have some problems for now and doesn’t let you to test .Net6 with dotnet watch correctly.

For disabling hot reload in your projects, Just go to {ProjectFolder}\Properties\LaunchSettings.Json and Comment (disable/Delete) HotReloadProfile Section.

By disabling hot reload, you can test other .Net6 preview features with dotnet watch command. 😉

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
javiercncommented, Jun 11, 2021

@taha-ghadirian This is not the repo for such guidance, and we are interested in people trying out hot reload.

I’m closing this issue since there are no specific problems being reported here and there are issues for other problems.

1reaction
javiercncommented, Jun 11, 2021

@taha-ghadirian thanks for contacting us.

What features are you having issues with?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Disabling Hot Reload for .NET Core project in Visual ...
In VS2022, unchecking the "Enable Hot Reload" setting under the projects Debug Properties disables the injection of the ...
Read more >
How do you disable hot reload? - Blueprint
I've run into a rare issue where a component in a blueprint may break (preventing any data in the details pane of the...
Read more >
Completely disable hot reload system - C++
To completely disable hot-reload system set WITH_HOT_RELOAD define to 0 in Engine/Source/Runtime/Core/Public/Misc/Build.h and rebuild the engine ...
Read more >
NET Hot Reload support for ASP.NET Core
NET Hot Reload applies code changes, including changes to stylesheets, to a running app without restarting the app and without losing app state....
Read more >
How do I disable the hot reload feature ? (Ideally ...
Hi! Sorry, but disabling refresh is not possible in the default setup. If you want to customize this, you can either npm run...
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