Skip to content

Add-ons for the various Microsoft.Extensions libraries

License

Notifications You must be signed in to change notification settings

AppCoreNet/Extensions

Repository files navigation

AppCore .NET add-ons for Microsoft.Extensions

Nuget MyGet

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.

Projects

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.

Contributing

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.