This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
Перейти к файлу
Jose Perez Rodriguez e5b3114a90
Merging internal branch changes after 8.2 release. (#4941)
2024-02-13 09:33:46 -08:00
.config Changes to make main branch become 8.1 (#4695) 2023-11-09 14:36:19 -08:00
.devcontainer Initial commit 2023-05-23 11:08:46 +10:00
.github Fix the automation for merged/closed PRs (#4930) 2024-02-09 10:20:54 -08:00
bench Update analyzer configs and fix a few emergent warnings. (#4903) 2024-01-26 12:49:39 -08:00
docs Work on the logging generator. (#4840) 2023-12-27 19:22:32 +00:00
eng Merge branch 'internal/release/8.2' into main 2024-02-13 08:02:12 -08:00
scripts Update analyzer configs and fix a few emergent warnings. (#4903) 2024-01-26 12:49:39 -08:00
src Revert "Disable HttpClient's timeout for Standard Resilience and Hedging (#4862)" (#4925) 2024-02-07 10:50:41 -08:00
test Add gRPS resilience tests to verify interoperability (#4931) 2024-02-10 17:23:13 +01: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 Get ready for release and update dependencies to 8.0.2 2024-02-07 11:27:51 -08:00
Directory.Build.targets Changes to make main branch become 8.1 (#4695) 2023-11-09 14:36:19 -08: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 Merge branch 'internal/release/8.2' into main 2024-02-13 08:02:12 -08:00
README.md Refresh repo README (#4605) 2023-10-24 10:29:28 -07: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.yml Get ready for release and update dependencies to 8.0.2 2024-02-07 11:27:51 -08: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
global.json Update dependencies from https://github.com/dotnet/arcade build 20240109.4 (#4872) 2024-01-10 17:55:24 +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.