Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.12 KB

File metadata and controls

15 lines (12 loc) · 1.12 KB

AppCore .NET add-ons for Microsoft.Extensions.Hosting

This project contains add-ons for the Microsoft.Extensions.Hosting library. It adds support for running tasks on application startup and dynamically loading plugins into the hosting application.

Packages

Package Description
AppCoreNet.Extensions.Hosting.Abstractions Provides the public API for the hosting extensions.
AppCoreNet.Extensions.Hosting The default implementations, used by the hosting application.
AppCoreNet.Extensions.Hosting.Plugins.Abstractions Provides the public API for dynamically loading plugins.
AppCoreNet.Extensions.Hosting.Plugins Default implementation of the plugin APIs.
AppCoreNet.Extensions.Hosting.Plugins.AspNetCore.Mvc Adds support for registering plugins with MVC.