extensions icon indicating copy to clipboard operation
extensions copied to clipboard

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.

Results 220 extensions issues
Sort by recently updated
recently updated
newest added

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

documentation
area-infrastructure
enhancement

See https://github.com/dotnet/extensions/pull/4482#discussion_r1349394612 and https://github.com/dotnet/extensions/pull/4482#discussion_r1348302583 for details

area-fundamentals
enhancement

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

area-fundamentals
enhancement

See https://github.com/dotnet/extensions/pull/4482#discussion_r1347628433 for details.

documentation
area-telemetry
enhancement

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

area-telemetry
enhancement

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

work in progress :construction:
area-infrastructure
enhancement

Grab latest fixes/improvements and merge them here before launch. Last sync was May 28th.

area-fundamentals
enhancement

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

area-infrastructure

Original issue seems to be closed. Maybe attempt to unquarantine it.

area-tests