The release of .NET 6 introduced Hot Reload. With it, you can make changes to (managed) code while your application is running and apply them without having to pause or stop the application.
We covered how to work with Hot Reload in Rider 2021.3 and make changes without having to constantly stop …