extensions
extensions copied to clipboard
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
This pull request updates the following dependencies [marker]: (Begin:b9f2bd75-a1a5-4f20-b251-08d79557a113) ## From https://github.com/dotnet/arcade - **Subscription**: b9f2bd75-a1a5-4f20-b251-08d79557a113 - **Build**: 20221012.2 - **Date Produced**: October 12, 2022 5:09:37 PM UTC - **Commit**: 869528d3af327eb6de19b414631280734dfe76e6...
This is a naive fix for the #4969 We can also consider fixing `RemoveDuplicateAnalyzers` Target since it basically adds back the analyzer: https://github.com/dotnet/ResXResourceManager/blob/c7f0d75c55917c5de01f807394c37dd2af11251b/src/Directory.Build.targets#L28 ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/extensions/pull/5024)
- Introduced ILinuxUtilizationParser interface to be able to choose between parsers during DI - Introduced new class for cgroup v2 specifics LinuxUtilizationParserCgroupV2 - GetHostCpuUsageInNanoseconds() parses /sys/fs/cgroup/cpu.stat file and calculates cpu...
### Description I've been testing an application of mine which is a native AoT application deployed to AWS Lambda with .NET 9. As part of the testing I wanted to...
### Background and motivation This proposal (and matching implementation) aims to extend the existing .NET options model to fully support experimentation. The feature makes it possible to query the option...
Hi! I'm currently trying log enrichment on an app but I think there's a problem of usability. In the simple case where I have an AspNet server endpoint which makes...
It seems that `Microsoft.Extensions.Http.Resilience` replaces the older `Microsoft.Extensions.Http.Polly` extensions. One thing I noticed is that the newer package lost the functionality to filter whether to apply timeouts or not based...
### Description See also #4286, [#4565](https://github.com/dotnet/extensions/issues/4565). Right after I added this package reference to my SDK-style project targeting `net8.0-windows` for my WPF program I started to get these errors. ###...
### Description https://github.com/dotnet/extensions/commit/3654748e14445fa794bcdb0d2ebffa46e758603c is breaking using gRPC clients with Http.Resilience. This is a breaking change from 8.1. ### Reproduction Steps ```xml net8.0 enable enable runtime; build; native; contentfiles; analyzers; buildtransitive...
With https://github.com/dotnet/extensions/pull/4871 all projects in `src/Libraries` were marked as AOT compatible, so the trim and AOT analyzers run during the build. The only library that couldn't be marked is Microsoft.AspNetCore.HeaderParsing....