README.md

    Enriched Capabilities

    This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications. Initially developed to support high-scale and high-availability services within Microsoft, such as Microsoft Teams, these libraries deliver functionality that can help make applications more efficient, more robust, and more manageable.

    The code in this repo is preliminary and will be released in stable form with .NET 8

    The major functional areas this repo addresses are:

    • Compliance: Mechanisms to help manage application data according to privacy regulations and policies, which includes a data annotation framework, supporting analyzers, audit report generation, and telemetry redaction.
    • Diagnostics: Provides a set of APIs that can be used to gather and report diagnostic information about the health of a service.
    • Contextual Options: Extends the .NET Options model to enable experimentations in production.
    • Resilience: Builds on top of the popular Polly library to provide sophisticated resilience pipelines along with support for chaos engineering to make applications robust to transient errors.
    • Telemetry: Sophisticated telemetry facilities provide enhanced logging, metering, tracing, and latency measuring functionality.
    • AspNetCore extensions: Provides different middlewares and extensions that can be used to build high-performance and high-availability ASP.NET Core services.
    • Cloud Abstractions: A growing set of abstractions representing common cloud-native service types, making it possible to write applications that can work across multiple cloud providers with relative ease.
    • Static Analysis: Provides a set of Roslyn analyzers that can be used to enforce best practices and coding standards.
    • Testing: Dramatically simplifies testing around common .NET abstractions such as ILogger and the TimeProvider.

    Build Status Help Wanted Discord

    How can I contribute?

    We welcome contributions! Many people all over the world have helped make this project better.

    Reporting security issues and security 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. You can also find these instructions in this repo's Security doc.

    Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

    Useful Links

    .NET Foundation

    This project is a .NET Foundation project.

    There are many .NET related projects on GitHub.

    • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
    • ASP.NET Core home - the best place to start learning about ASP.NET Core.

    This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

    General .NET OSS discussions: .NET Foundation Discussions

    License

    .NET (including the runtime repo) is licensed under the MIT license.

    项目简介

    发行版本 70

    .NET Extensions 8.0 Preview 7

    全部发行版

    贡献者 22

    全部贡献者

    开发语言

    • C# 93.4 %
    • PowerShell 3.9 %
    • Shell 2.3 %
    • CMake 0.3 %
    • Batchfile 0.1 %