File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AddResourceProbingPat
14
14
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AssemblyLoadContextBuilder() -> void
15
15
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.Build() -> System.Runtime.Loader.AssemblyLoadContext
16
16
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContext(bool preferDefaultLoadContext) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
17
+ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.ShadowCopyNativeLibraries() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
17
18
McMaster.NETCore.Plugins.Loader.DependencyContextExtensions
18
19
McMaster.NETCore.Plugins.Loader.RuntimeConfigExtensions
19
20
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.EnableUnloading() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
@@ -26,6 +27,8 @@ McMaster.NETCore.Plugins.PluginConfig
26
27
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.get -> bool
27
28
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.set -> void
28
29
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.get -> System.Runtime.Loader.AssemblyLoadContext
30
+ McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.get -> System.TimeSpan
31
+ McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.set -> void
29
32
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.set -> void
30
33
McMaster.NETCore.Plugins.PluginLoader.Reload() -> void
31
34
McMaster.NETCore.Plugins.PluginLoader.Reloaded -> McMaster.NETCore.Plugins.PluginReloadedEventHandler
Original file line number Diff line number Diff line change 1
- McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.ShadowCopyNativeLibraries() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder
2
- McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.get -> System.TimeSpan
3
- McMaster.NETCore.Plugins.PluginConfig.ReloadDelay.set -> void
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
+ <PackageReleaseNotes Condition =" '$(VersionPrefix)' == '1.2.0'" >
4
+ Changes:
5
+ * @thoemmi - Debounce file system events when using hot reload and add API to control the debounce delay (default = 200 ms) (PR #129)
6
+ </PackageReleaseNotes >
3
7
<PackageReleaseNotes Condition =" '$(VersionPrefix)' == '1.1.0'" >
4
8
Changes:
5
9
* Add an API to enable shadow copying native library dependencies (PR #119)
You can’t perform that action at this time.
0 commit comments