extensions
extensions copied to clipboard
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
The `AIContent` type uses `JsonDerivedTypeAttribute` to support polymorphic serialization which by design is constrained to the types defined within the M.E.AI.Abstractions assembly only. We should consider exposing a mechanism that...
### Background and motivation Currently, `HybridCache` optionally *consumes* `IDistributedCache` (and `IBufferDistributedCache` via type-testing) as the L2 backend, typically for out-of-process/off-box storage (Redis etc). A lot of existing code consumes `IDistributedCache`,...
Hey there, I recently [raised an issue](https://github.com/dotnet/extensions/issues/5463#issuecomment-2391919828) relating to the mechanism of being able to monitor circuit-breaker state and manual control, as I felt (and still feel) that the API...
This Pull request fixes this issue [#3999](https://github.com/dotnet/extensions/issues/3999) if you have any notes I will fix them at once, thank you ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/extensions/pull/5531)
### Background and motivation It's great that dotnet/extensions is providing abstractions for AI paradigms and a great addition (besides chat and embeddings) will probably be Speech to Text. This is...
### Description I'm querying an API that returns a big json (around 250KB) and the application which makes this request have configured response body logging using the `AddExtendedHttpClientLogging` method from...
### Background and motivation As a developer, I want to add different policies to my http clients that ensure resilience: retry, bulkhead, timeout, etc. I am connecting the nuget package...
### Description when I ran this code in cosmic, the resource I got is for the VM instead of the Pod. I tried both latest version of IResourceUtilizationTracker and IResourceMonitor....