Hot reload events #71216
Unanswered
CrosRoad95
asked this question in
General
Hot reload events
#71216
Replies: 2 comments 1 reply
-
This sounds more like a runtime ask? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Take a look at https://docs.microsoft.com/en-us/dotnet/api/system.reflection.metadata.metadataupdatehandlerattribute. It allows you to specify callbacks to call after the hot reload update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea is simple, make possible to call specific action after hot reload reload the code.
Currently you can't hot reload things like: fluent validation, auto mapper and much more libraries that have fixed configuration - with some events, when programmer change mapping, validation ect then it can be detected and reloaded.
Beta Was this translation helpful? Give feedback.
All reactions