extensions
extensions copied to clipboard
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
We need doc/s in the repo that say what kind of changes we are interested in for each package -- we have CONTRIBUTING.md but it's mostly about mechanics. This could...
See https://github.com/dotnet/extensions/pull/4482#discussion_r1349394612 and https://github.com/dotnet/extensions/pull/4482#discussion_r1348302583 for details
Right now, the FakeRedactorProvider only returns a single redactor for all data classifications. It should be made more flexible and support returning different redactors for different data classifications in order...
See https://github.com/dotnet/extensions/pull/4482#discussion_r1347628433 for details.
Similar to #4675. Currently if you want to enable either HttpLogging enrichment or redaction you have to know that you need to reference `Microsoft.Extensions.Compliance.Redaction` package and register `AddRedaction()` in the...
We need a file in the repo that describes who the experts/reviewers are for each area/component. So you know who to ping with questions or for reviews. It could look...
Grab latest fixes/improvements and merge them here before launch. Last sync was May 28th.
### Description In the PR #4108 I had to decrease the code-coverage from 100% to 98% because the build pipeline handles the code-coverage processing incorrectly. The following lines: https://github.com/dotnet/extensions/blob/e70559f242e782939f857cf8f2919a188fb476fc/src/Libraries/Microsoft.Extensions.Http.Resilience/FaultInjection/Internal/Log.cs#L16 https://github.com/dotnet/extensions/blob/e70559f242e782939f857cf8f2919a188fb476fc/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpClientBuilderExtensions.Resilience.cs#L31...
Original issue seems to be closed. Maybe attempt to unquarantine it.