This repository contains add-ons for the various Microsoft.Extensions libraries. It targets the .NET Framework and .NET Core.
All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.
Latest development packages can be found on MyGet.
| Project | Description |
|---|---|
| AppCoreNet.Extensions.DependencyInjection | Provides add-ons for Microsoft.Extensions.DependencyInjection. It contains extension methods to register services via reflection. |
| AppCoreNet.Extensions.Hosting | Add-ons for Microsoft.Extensions.Hosting. Provides support for dynamically loading plugins and registering services. |
| AppCoreNet.Extensions.Http | Extends Microsoft.Extensions.Http adding support for client authentication. |
Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.
Please refer to the Contribution guide.