This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
Перейти к файлу
Martin Obrátil bf614aa495 experiment 2024-07-22 10:49:02 +02:00
.config Updated for https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build?definitionId=179 by using baselines generated in https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2403689 2024-03-14 13:50:39 +11:00
.devcontainer Initial commit 2023-05-23 11:08:46 +10:00
.github Onboard new inter-branch merge flow [Workflow] (#5240) 2024-07-01 18:19:36 +02:00
bench CR; 2024-05-31 11:24:01 +02:00
docs Update building.md 2024-04-20 08:17:33 +10:00
eng Update dependencies from https://github.com/dotnet/arcade build 20240710.5 (#5284) 2024-07-11 17:15:16 +00:00
scripts Update analyzer configs and fix a few emergent warnings. (#4903) 2024-01-26 12:49:39 -08:00
src experiment 2024-07-22 10:49:02 +02:00
test Update package dependencies (#5218) 2024-06-17 05:18:50 +00:00
.editorconfig Documentation transport package (#4254) 2023-10-09 14:43:23 -07:00
.gitattributes Initial commit 2023-05-23 11:08:46 +10:00
.gitignore Bringing back fixes that were done in main (#4705) 2023-11-10 05:16:06 +00:00
.spelling Add gRPS resilience tests to verify interoperability (#4931) 2024-02-10 17:23:13 +01:00
CODE_OF_CONDUCT.md Correct CoC 2023-10-17 11:50:05 +11:00
CONTRIBUTING.md more links (#3979) 2023-05-23 12:33:01 +10:00
Directory.Build.props Merged PR 40899: Prepare 8.7 release 2024-07-03 08:36:10 +00:00
Directory.Build.targets Fix logging source-gens duplication on WPF 2024-03-12 17:21:05 +01:00
Directory.Packages.props Ensure reference isolation (#4132) 2023-06-29 08:55:55 -07:00
LICENSE Initial commit 2023-05-23 11:08:46 +10:00
NuGet.config experiment 2024-07-22 10:49:02 +02:00
README.md Fix license link (#5273) 2024-07-09 18:40:50 +10:00
SECURITY.md Initial commit 2023-05-23 11:08:46 +10:00
THIRD-PARTY-NOTICES.TXT Remove OTel-specific bits (#4304) 2023-08-28 13:42:36 +10:00
azure-pipelines-public.yml [release/8.0] Restructure build pipeline (#5033) 2024-03-14 10:07:13 +11:00
azure-pipelines.yml [ci] Enable source-indexer on internal pipeline for windows 2024-07-09 04:12:41 -04:00
build.cmd Re-enable code coverage reporting (#4046) 2023-06-21 12:11:34 +10:00
build.sh Initial commit 2023-05-23 11:08:46 +10:00
github-merge-flow.jsonc Remove the release/8.0 - main mapping 2024-06-28 11:42:52 +02:00
global.json Update dependencies from https://github.com/dotnet/arcade build 20240710.5 (#5284) 2024-07-11 17:15:16 +00:00
restore.cmd Initial commit 2023-05-23 11:08:46 +10:00
restore.sh Initial commit 2023-05-23 11:08:46 +10:00
start-code.cmd start-vs.cmd will point to instructions if no sln found (#4118) 2023-06-26 10:35:27 +02:00
start-code.sh Initial commit 2023-05-23 11:08:46 +10:00
start-vs.cmd start-vs.cmd will point to instructions if no sln found (#4118) 2023-06-26 10:35:27 +02:00
testEnvironments.json Initial commit 2023-05-23 11:08:46 +10:00

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 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, 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 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.
  • Static Analysis: Curated static analysis settings to help improve your code.
  • 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.

.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.