Info
Version: | 6.8.11 |
Author(s): | ServiceTitan, Inc. |
Last Update: | Monday, December 11, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/servicetitan/Stl.Fusion |
NuGet Url: | https://www.nuget.org/packages/Stl.Plugins |
Install
Install-Package Stl.Plugins
dotnet add package Stl.Plugins
paket add Stl.Plugins
Stl.Plugins Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.9)
- Stl(>= 0.6.44)
- System.Runtime.Loader(>= 4.3.0)
Tags
It is designed to load plugins on demand - the assemblies hosting plugins are loaded only once you access the plugins via IoC container. Despite that, it tries to create IoC container as quickly as possible by caching reflected infromation about the plugins, which is updated only once you change them (i.e.
basically, the startup is typically quite fast).