Is there hot reload in previous versions + docker? #3876
Unanswered
dan-developer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hot reload is a .NET 6 feature, including both SDK and runtime changes, so I don't think so. I'm not an expert on the feature. The most straightforward thing to do is move to .NET 6. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to develop using Jetbrains Rider and a web application in .net 3.1.
Just like other development (web) stacks when we apply a change, the application reloads (inside or outside of docker) and updates are immediately available.
Is this possible with .net + docker?
Beta Was this translation helpful? Give feedback.
All reactions