- https://docs.microsoft.com/ru-ru/archive/blogs/jmstall/3rd-parties-and-edit-and-continue-part-1-editors-compilers
- https://docs.microsoft.com/ru-ru/archive/blogs/jmstall/3rd-parties-and-edit-and-continue-part-2-debuggers
- https://docs.microsoft.com/en-us/visualstudio/debugger/edit-and-continue-visual-csharp
- https://docs.microsoft.com/en-us/visualstudio/debugger/supported-code-changes-csharp
- https://github.com/dotnet/roslyn/blob/main/docs/wiki/EnC-Supported-Edits.md
- https://devblogs.microsoft.com/dotnet/introducing-net-hot-reload/
- https://github.com/dotnet/runtime/blob/main/docs/design/features/host-startup-hook.md
- https://github.com/dotnet/runtime/blob/5d3288d449ed61fa1e9da3fe876400ac14c47fa7/src/coreclr/vm/assemblynative.cpp#L1315
- https://github.com/dotnet/runtime/blob/5d3288d449ed61fa1e9da3fe876400ac14c47fa7/src/coreclr/vm/encee.cpp#L233
- https://github.com/dotnet/runtime/blob/5d3288d449ed61fa1e9da3fe876400ac14c47fa7/src/coreclr/vm/class.cpp#L521
- https://github.com/dotnet/runtime/blob/5d3288d449ed61fa1e9da3fe876400ac14c47fa7/src/coreclr/md/enc/metamodelenc.cpp#L214
- https://www.reddit.com/r/csharp/comments/63yrvh/does_c_70_kill_edit_continue_forever/
- https://github.com/xamarin/Xamarin.Forms/blob/70e57274a2a1a010795eb1f9d2e1d857d7bfb4eb/Xamarin.Forms.Xaml/XamlLoader.cs#L239
- https://github.com/dotnet/aspnetcore/blob/main/src/Components/Components/src/HotReload/HotReloadManager.cs
- https://github.com/dotnet/sdk/blob/main/src/BuiltInTools/DotNetDeltaApplier/HotReloadAgent.cs
Created
May 30, 2022 09:53
-
-
Save mfilippov/de11ca1bbf9de0213ec3eaf67488f8d0 to your computer and use it in GitHub Desktop.
Useful EnC links
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment