Skip to content

Commit c68ae78

Browse files
committed
move api to shipped
1 parent 2410dbc commit c68ae78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Plugins/PublicAPI.Shipped.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AddResourceProbingPat
1515
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.AssemblyLoadContextBuilder() -> void
1616
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.Build() -> System.Runtime.Loader.AssemblyLoadContext!
1717
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.EnableUnloading() -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
18+
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.IsLazyLoaded(bool isLazyLoaded) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
1819
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContext(bool preferDefaultLoadContext) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
1920
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferDefaultLoadContextAssembly(System.Reflection.AssemblyName! assemblyName) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
2021
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.PreferLoadContextAssembly(System.Reflection.AssemblyName! assemblyName) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!
@@ -28,6 +29,8 @@ McMaster.NETCore.Plugins.PluginConfig.DefaultContext.get -> System.Runtime.Loade
2829
McMaster.NETCore.Plugins.PluginConfig.DefaultContext.set -> void
2930
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.get -> bool
3031
McMaster.NETCore.Plugins.PluginConfig.EnableHotReload.set -> void
32+
McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.get -> bool
33+
McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.set -> void
3134
McMaster.NETCore.Plugins.PluginConfig.IsUnloadable.get -> bool
3235
McMaster.NETCore.Plugins.PluginConfig.IsUnloadable.set -> void
3336
McMaster.NETCore.Plugins.PluginConfig.LoadInMemory.get -> bool

src/Plugins/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.get -> bool
2-
McMaster.NETCore.Plugins.PluginConfig.IsLazyLoaded.set -> void
3-
McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder.IsLazyLoaded(bool isLazyLoaded) -> McMaster.NETCore.Plugins.Loader.AssemblyLoadContextBuilder!

0 commit comments

Comments
 (0)