-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload with .net 6? #45
Comments
Thank you for the good question and sorry for the long delay in getting back to you. The better support for runtime unloading & updating & reloading is something which is planned to the version 2.0. We're not yet sure how hot reload is going to affect things as that feature is currently targeted more for as a development time UI feature, allowing you to actively see the changes when you write XAML/Razor etc. That's at least our interpretation of hot reload for now. |
thanks for the reply, |
@aloksharma1 can you share the other plugin libraries you've tried? Thanks! |
@HybridSolutions sure you can find one here https://github.com/natemcmaster/DotNetCorePlugins, i found it pretty useful in my projects. although i had to customize a bit of code it was easy to implement with what was already provided out of box. |
Hi,
now that .net 6 is already here is the functionality going to improve with hot reload and runtime unloading/reloading of plugins without restarting the application. with net 6 the multiplatform android,ios,mac etc support is also given by microsoft with blazor and all. whats the plan for this next update, what i am after is basically just blazor & hot reload currently.
thanks for such an awesome work
The text was updated successfully, but these errors were encountered: