ANT.NETCore.PluginLoader
2.1.3
ANT Inversion of Control Plugin Loading Library
This package contains everything required to setup dynamic IOC on .net core 3 and .Net Framework 4.6+ apps
Install-Package ANT.NETCore.PluginLoader -Version 2.1.3
dotnet add package ANT.NETCore.PluginLoader --version 2.1.3
<PackageReference Include="ANT.NETCore.PluginLoader" Version="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ANT.NETCore.PluginLoader --version 2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ANT.NETCore.PluginLoader, 2.1.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ANT.NETCore.PluginLoader as a Cake Addin
#addin nuget:?package=ANT.NETCore.PluginLoader&version=2.1.3
// Install ANT.NETCore.PluginLoader as a Cake Tool
#tool nuget:?package=ANT.NETCore.PluginLoader&version=2.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
1.0.0: first release
1.1.0: allow loading MVC controllers
1.2.0: LoadDinamically methods now return the caller instance
2.0.0: Added Readme and IOC support for .Net Framework 4.6+ using Unity
2.1.0: Improved support for multiple plugin path styles
2.1.2: Support for netcore3.0
2.1.3: Updated dependencies
Dependencies
-
.NETCoreApp 3.0
- ANT.NETCore.PluginLoader.Abstractions (>= 2.1.2)
- McMaster.NETCore.Plugins (>= 1.2.0)
- McMaster.NETCore.Plugins.Mvc (>= 1.2.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.1)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.1)
- System.ComponentModel.Composition (>= 4.7.0)
-
.NETFramework 4.6
- Unity (>= 5.11.7)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.