Recently, I have decided to try moving to Rider from Visual Studio 2022 for the .NET API and Winforms Development. Everything looks great so far, but I have one feature missing - Hot Reload Button.
In Visual Studio, this button click animation was "Confirming" that the changes were made, and in Rider I'm not sure if anything has changed.
Can I somehow add it to Rider as the button?
I've found the hotkeys for the hot reload in Rider, but I'd like to get some kind of the notification that "The changes have been applied".
The button would be the perfect solution, but anything else, which can be recognized as the Confirmation, would be ok aswell.
In fact, this feature should be enabled by default since Rider 2021.3:
What’s New in Rider 2021.3
Hot Reload Settings since 2021.3
You need to click 'apply changes' in Rider when you change something:
By the way, please notice the limitations of the Rider hot reload:
Limitation of Rider Hot Reload
By the way, don't block your thread, otherwise hot reload won't work.