adavidoaiei / extensions

.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Extensions

Build Status

.NET Extensions is an open-source, cross-platform set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and app configuration. Most of the API in this project is meant to work on many .NET platforms, such as .NET Core, .NET Framework, Xamarin, and others. While commonly used in ASP.NET Core applications, these APIs are not coupled to the ASP.NET Core application model. They can be used in console apps, WinForms and WPF, and others.


*** Important Updates ***

As part of the ongoing repository consolidation effort in .NET 5, we have moved most of the content from dotnet/extensions into other repositories. Most of these packages were developed by and are currently maintained by the ASP.NET team. However, moving forward we want to enable more scenarios with these packages, outside of ASP.NET. You can find more details on this in the official announcement of the changes coming to extensions.

The full list of packages that have moved can be found below and in the official announcement. In general, tests and samples have moved to the relevant repo based on where the main package moved. Issue tracking for the relevant packages has also moved to that repository.

Package List

The following list identifies all the packages we currently ship from dotnet/extensions and which repo they have moved to.


Get Started

Follow the Get Started guide for .NET to setup an initial .NET application. Microsoft.Extensions APIs can then be added to the project using the NuGet Package Manager.

How to Engage, Contribute, and Give Feedback

Some of the best ways to contribute are to try things out, file issues, join in design conversations, and make pull-requests.

Reporting security issues and bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Related projects

These are some other repos for related projects:

Code of conduct

See CODE-OF-CONDUCT

Community forks

Some parts of this project have been forked by the community to add additional functionality:

This is a fork of Microsoft.Extensions.CommandLineUtils.

About

.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

License:MIT License


Languages

Language:C# 69.8%Language:PowerShell 17.5%Language:Shell 11.5%Language:CMake 1.0%Language:Batchfile 0.2%