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

Address the issue where `/sys/fs/cgroup/cpu.max` and `/sys/fs/cgroup/memory.max` report "max", indicating unset limits in cgroup v2. **Changes Made:** - When `/sys/fs/cgroup/cpu.max` reads "max", the number of CPU cores is now derived...

### Description `RedactorProvider.GetRedactor(DataClassification.None)` returns `ErasingRedactor` instead of `NullRedactor`. However a property that is decorated with `[NoDataClassification]` attribute is not redacted (which is expected though). ### Reproduction Steps I have enabled...

untriaged
bug

compare Aspire work https://github.com/dotnet/aspire/pull/4790 then https://github.com/dotnet/source-indexer/pull/159 cc @radical

I'll be out on vacation for the 8.7 release, so this time @RussKie has offered to help performing the release activities. This issue will help as a guide of the...

## Original issue description added by @SteveSandersonMS Currently if a backend service takes a while to handle a request (e.g., > 5 sec), the default HTTP resilience policy will retry....

area-resilience
api-ready-for-review

### Description We are using the newest OPC Publisher docker image which introduced in version 2.9.8 the newest version of the `.NET Extensions 8.6.0`. It actually should include a bug...

untriaged
bug

The full context can be found here: https://github.com/App-vNext/Polly/issues/2162. In short: Say we configure Polly to retry a HTTP request 3 times. Each time it fails, it logs an error. Say...

untriaged

### Description Using Microsoft.Extensions.Http.Resilience 8.6.0 When adding HttpClient to the services container this works, and produces a client that can be retrieved by name, and with the associated resilience pipeline:...

area-resilience
bug

### Description We have an ASP.NET Core 8 application. There are two classes: `Base` and `Derived`. `Derived` inherits from `Base`. `Base` contains a protected field `ILogger` which is used for...

area-telemetry
bug