This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
Перейти к файлу
Jose Perez Rodriguez 0ff04309f6
Update to 9.0 Preview 7 versions (#5354)
2024-08-13 16:15:35 +10:00
.config Merge branch 'merge/main-to-dev' of https://github.com/dotnet/extensions into merge/main-to-dev 2024-07-23 12:52:38 +10:00
.devcontainer Initial commit 2023-05-23 11:08:46 +10:00
.github Remove WIP label when issue is closed (#5330) (#5340) 2024-08-06 08:42:12 +10:00
.vscode Revert "Changes to make main branch become 8.1 (#4695)" 2023-11-10 15:28:27 -08:00
bench [Http.Resilience] Add support of the HTTP resilience for synchronous HttpClient requests (#5333) 2024-08-08 12:07:46 +02:00
docs Merge branch 'dev' into merge/main-to-dev 2024-08-02 14:32:39 +10:00
eng Update to 9.0 Preview 7 versions (#5354) 2024-08-13 16:15:35 +10:00
scripts Update analyzer configs and fix a few emergent warnings. (#4903) 2024-01-26 12:49:39 -08:00
src [automated] Merge branch 'main' => 'dev' (#5353) 2024-08-13 08:38:17 +10:00
test [automated] Merge branch 'main' => 'dev' (#5353) 2024-08-13 08:38:17 +10: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 [automated] Merge branch 'main' => 'dev' (#5337) 2024-08-05 10:35:19 +10: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 [dev] Update dependencies from dotnet/aspnetcore (#5313) 2024-07-31 01:13:48 +00: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 Update dependencies from https://github.com/dotnet/arcade build 20240709.3 (#5281) 2024-07-10 04:01:15 +00: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 Restructure build pipeline (#5032) 2024-03-14 08:17:29 +11:00
azure-pipelines.yml Merge branch 'merge/main-to-dev' of https://github.com/dotnet/extensions into merge/main-to-dev 2024-07-23 12:52:38 +10: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 20240808.2 (#5351) 2024-08-12 13:22:59 +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.