bitwarden / passwordless-server

Bitwarden Passwordless.dev infrastructure/backend (API, database, Docker, etc).
https://bitwarden.com/
Other
83 stars 26 forks source link

[deps]: Update nuget minor #733

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.SimpleEmailV2 3.7.401.6 -> 3.7.401.15 age adoption passing confidence
AspNetCore.HealthChecks.Sqlite 8.0.1 -> 8.1.0 age adoption passing confidence
FluentAssertions (source) 6.12.0 -> 6.12.1 age adoption passing confidence
MartinCostello.Logging.XUnit 0.3.0 -> 0.4.0 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.0 -> 8.0.8 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.7 -> 8.0.8 age adoption passing confidence
Microsoft.Extensions.TimeProvider.Testing (source) 8.0.0 -> 8.9.1 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.8.0 -> 17.11.1 age adoption passing confidence
Moq 4.18.4 -> 4.20.72 age adoption passing confidence
Passwordless.AspNetCore 2.1.0-beta.2 -> 2.1.0-beta.3 age adoption passing confidence
Selenium.WebDriver (source) 4.15.0 -> 4.25.0 age adoption passing confidence
Serilog.Sinks.Datadog.Logs 0.5.2 -> 0.5.3 age adoption passing confidence
Testcontainers.MsSql (source) 3.6.0 -> 3.10.0 age adoption passing confidence
coverlet.collector 6.0.0 -> 6.0.2 age adoption passing confidence
xunit 2.4.2 -> 2.9.0 age adoption passing confidence
xunit 2.6.1 -> 2.9.0 age adoption passing confidence
xunit.runner.visualstudio 2.4.5 -> 2.8.2 age adoption passing confidence
xunit.runner.visualstudio 2.5.3 -> 2.8.2 age adoption passing confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions) ### [`v6.12.1`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/6.12.1) [Compare Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1) ##### What's Changed ##### Improvements - Improve `BeEmpty()` and `BeNullOrEmpty()` performance for `IEnumerable`, by materializing only the first item - [#​2530](https://redirect.github.com/fluentassertions/fluentassertions/pull/2530) ##### Fixes - Fixed formatting error when checking nullable `DateTimeOffset` with `BeWithin(...).Before(...)` - [#​2312](https://redirect.github.com/fluentassertions/fluentassertions/pull/2312) - `BeEquivalentTo` will now find and can map subject properties that are implemented through an explicitly-implemented interface - [#​2152](https://redirect.github.com/fluentassertions/fluentassertions/pull/2152) - Fixed that the `because` and `becauseArgs` were not passed down the equivalency tree - [#​2318](https://redirect.github.com/fluentassertions/fluentassertions/pull/2318) - `BeEquivalentTo` can again compare a non-generic `IDictionary` with a generic one - [#​2358](https://redirect.github.com/fluentassertions/fluentassertions/pull/2358) - Fixed that the `FormattingOptions` were not respected in inner `AssertionScope` - [#​2329](https://redirect.github.com/fluentassertions/fluentassertions/pull/2329) - Capitalize `true` and `false` in failure messages and make them formattable to a custom `BooleanFormatter` - [#​2390](https://redirect.github.com/fluentassertions/fluentassertions/pull/2390), [#​2393](https://redirect.github.com/fluentassertions/fluentassertions/pull/2393) - Improved the failure message for `NotBeOfType` when wrapped in an `AssertionScope` and the subject is null - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `BeWritable`/`BeReadable` when wrapped in an `AssertionScope` and the subject is read-only/write-only - [#​2399](https://redirect.github.com/fluentassertions/fluentassertions/pull/2399) - Improved the failure message for `ThrowExactly[Async]` when wrapped in an `AssertionScope` and no exception is thrown - [#​2398](https://redirect.github.com/fluentassertions/fluentassertions/pull/2398) - Improved the failure message for `[Not]HaveExplicitProperty` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Improved the failure message for `[Not]HaveExplicitMethod` when wrapped in an `AssertionScope` and not implementing the interface - [#​2403](https://redirect.github.com/fluentassertions/fluentassertions/pull/2403) - Changed `BeEquivalentTo` to exclude `private protected` members from the comparison - [#​2417](https://redirect.github.com/fluentassertions/fluentassertions/pull/2417) - Fixed using `BeEquivalentTo` on an empty `ArraySegment` - [#​2445](https://redirect.github.com/fluentassertions/fluentassertions/pull/2445), [#​2511](https://redirect.github.com/fluentassertions/fluentassertions/pull/2511) - `BeEquivalentTo` with a custom comparer can now handle null values - [#​2489](https://redirect.github.com/fluentassertions/fluentassertions/pull/2489) - Ensured that nested calls to `AssertionScope(context)` create a chained context - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - One overload of the `AssertionScope` constructor would not create an actual scope associated with the thread - [#​2607](https://redirect.github.com/fluentassertions/fluentassertions/pull/2607) - Fixed `ThrowWithinAsync` not respecting `OperationCanceledException` - [#​2614](https://redirect.github.com/fluentassertions/fluentassertions/pull/2614) - Fixed using `BeEquivalentTo` with an `IEqualityComparer` targeting nullable types - [#​2648](https://redirect.github.com/fluentassertions/fluentassertions/pull/2648) **Full Changelog**: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1
martincostello/xunit-logging (MartinCostello.Logging.XUnit) ### [`v0.4.0`](https://redirect.github.com/martincostello/xunit-logging/releases/tag/v0.4.0) #### What's Changed - Add PackageReadmeFile by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/388](https://redirect.github.com/martincostello/xunit-logging/pull/388) - .NET 8 preparation by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/421](https://redirect.github.com/martincostello/xunit-logging/pull/421) - Use SHA-256 for checksums by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/500](https://redirect.github.com/martincostello/xunit-logging/pull/500) - Update to .NET 8 by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/412](https://redirect.github.com/martincostello/xunit-logging/pull/412) - Add net8.0 target by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/560](https://redirect.github.com/martincostello/xunit-logging/pull/560) - Attest artifacts by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/634](https://redirect.github.com/martincostello/xunit-logging/pull/634) - Attest packages by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/635](https://redirect.github.com/martincostello/xunit-logging/pull/635) - Generate SBOM by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/650](https://redirect.github.com/martincostello/xunit-logging/pull/650) - Add dedicated package README by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/martincostello/xunit-logging/pull/665](https://redirect.github.com/martincostello/xunit-logging/pull/665) #### New Contributors **Full Changelog**: https://github.com/martincostello/xunit-logging/compare/v0.3.0...v0.4.0
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing) ### [`v8.0.8`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) ### [`v8.0.7`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.6...v8.0.7) ### [`v8.0.6`](https://redirect.github.com/dotnet/aspnetcore/compare/v8.0.5...v8.0.6) ### [`v8.0.5`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.5): .NET 8.0.5 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.5) ##### What's Changed - \[release/8.0] Update dependencies from dotnet/source-build-externals by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/54744](https://redirect.github.com/dotnet/aspnetcore/pull/54744) - Update branding to 8.0.5 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/54907](https://redirect.github.com/dotnet/aspnetcore/pull/54907) - \[release/8.0] Convert to 1ES templates by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/aspnetcore/pull/54660](https://redirect.github.com/dotnet/aspnetcore/pull/54660) - Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by [@​Eilon](https://redirect.github.com/Eilon) in [https://github.com/dotnet/aspnetcore/pull/54608](https://redirect.github.com/dotnet/aspnetcore/pull/54608) - \[release/8.0] (deps): Bump src/submodules/googletest from `31993df` to `77afe8e` by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/dotnet/aspnetcore/pull/54872](https://redirect.github.com/dotnet/aspnetcore/pull/54872) - \[release/8.0] Reduce helix-matrix timeout to 5 hours by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54778](https://redirect.github.com/dotnet/aspnetcore/pull/54778) - \[release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by [@​halter73](https://redirect.github.com/halter73) in [https://github.com/dotnet/aspnetcore/pull/54655](https://redirect.github.com/dotnet/aspnetcore/pull/54655) - \[release/8.0] Improve usage of `Type.GetType` when activating types in data protection by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54762](https://redirect.github.com/dotnet/aspnetcore/pull/54762) - \[release/8.0] Fix route analyzer performance with highly concatenated strings by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/54763](https://redirect.github.com/dotnet/aspnetcore/pull/54763) - \[release/8.0] Suppress .ps1 SDL errors by [@​wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54915](https://redirect.github.com/dotnet/aspnetcore/pull/54915) - \[release/8.0] Backport test fixes by [@​MackinnonBuck](https://redirect.github.com/MackinnonBuck) in [https://github.com/dotnet/aspnetcore/pull/54912](https://redirect.github.com/dotnet/aspnetcore/pull/54912) - \[release/8.0] Skip SpotBugs for now by [@​wtgodbe](https://redirect.github.com/wtgodbe) in [https://github.com/dotnet/aspnetcore/pull/54952](https://redirect.github.com/dotnet/aspnetcore/pull/54952) - Merging internal commits for release/8.0 by [@​vseanreesermsft](https://redirect.github.com/vseanreesermsft) in [https://github.com/dotnet/aspnetcore/pull/55034](https://redirect.github.com/dotnet/aspnetcore/pull/55034) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/aspnetcore/pull/55061](https://redirect.github.com/dotnet/aspnetcore/pull/55061) - \[release/8.0] Update Wix version by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/aspnetcore/pull/55101](https://redirect.github.com/dotnet/aspnetcore/pull/55101) **Full Changelog**: https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5 ### [`v8.0.4`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.3) ### [`v8.0.2`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.2): .NET 8.0.2 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.2) ### [`v8.0.1`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.1)
dotnet/efcore (Microsoft.EntityFrameworkCore.InMemory) ### [`v8.0.8`](https://redirect.github.com/dotnet/efcore/releases/tag/v8.0.8): .NET 8.0.8 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8)
dotnet/extensions (Microsoft.Extensions.TimeProvider.Testing) ### [`v8.9.1`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.9.1): .NET Extensions 8.9.1 8.9.1 packages are no all published in NuGet.org #### What's Changed - \[release/8.9] Revert correct Meter name by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/extensions/pull/5406](https://redirect.github.com/dotnet/extensions/pull/5406) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.9.0...v8.9.1 ### [`v8.9.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.9.0): .NET Extensions 8.9.0 8.9.0 packages are now all published to NuGet.org #### What's Changed - Add metrics with correct names for Resource Monitoring by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5341](https://redirect.github.com/dotnet/extensions/pull/5341) - Logging generator: Handle multiple type definitions by [@​dariusclay](https://redirect.github.com/dariusclay) in [https://github.com/dotnet/extensions/pull/5352](https://redirect.github.com/dotnet/extensions/pull/5352) - Add logging to Resource Monitoring by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5355](https://redirect.github.com/dotnet/extensions/pull/5355) - Branding updates for preview 9 by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5359](https://redirect.github.com/dotnet/extensions/pull/5359) - Merge internal changes by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5366](https://redirect.github.com/dotnet/extensions/pull/5366) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5373](https://redirect.github.com/dotnet/extensions/pull/5373) - Add logging of snapshot information in ResourceMonitorService by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5362](https://redirect.github.com/dotnet/extensions/pull/5362) - Deprecate IResourceUtilizationPublisher by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5360](https://redirect.github.com/dotnet/extensions/pull/5360) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5381](https://redirect.github.com/dotnet/extensions/pull/5381) - Add network metrics to Resource Monitoring for Linux by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5367](https://redirect.github.com/dotnet/extensions/pull/5367) - Expose Resource Monitoring Snapshot API by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5392](https://redirect.github.com/dotnet/extensions/pull/5392) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5396](https://redirect.github.com/dotnet/extensions/pull/5396) - Bring parity to dotnet extensions logging generator behavior by [@​dariusclay](https://redirect.github.com/dariusclay) in [https://github.com/dotnet/extensions/pull/5370](https://redirect.github.com/dotnet/extensions/pull/5370) - Replace Network Type string with Const in ResourceMonitoring by [@​makazeu](https://redirect.github.com/makazeu) in [https://github.com/dotnet/extensions/pull/5398](https://redirect.github.com/dotnet/extensions/pull/5398) - Make capping happen after scale of the CPU usage in ResourceUtilization by [@​Weikai1997](https://redirect.github.com/Weikai1997) in [https://github.com/dotnet/extensions/pull/5388](https://redirect.github.com/dotnet/extensions/pull/5388) #### New Contributors - [@​makazeu](https://redirect.github.com/makazeu) made their first contribution in [https://github.com/dotnet/extensions/pull/5398](https://redirect.github.com/dotnet/extensions/pull/5398) - [@​Weikai1997](https://redirect.github.com/Weikai1997) made their first contribution in [https://github.com/dotnet/extensions/pull/5388](https://redirect.github.com/dotnet/extensions/pull/5388) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.8.0...v8.9.0 ### [`v8.8.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.8.0): .NET Extensions 8.8 8.8.0 packages are now all published in NuGet.org. #### What's Changed - Branding updates for preview 8 by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5260](https://redirect.github.com/dotnet/extensions/pull/5260) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5272](https://redirect.github.com/dotnet/extensions/pull/5272) - Fix license link by [@​eduherminio](https://redirect.github.com/eduherminio) in [https://github.com/dotnet/extensions/pull/5273](https://redirect.github.com/dotnet/extensions/pull/5273) - \[ci] Enable source-indexer on internal pipeline for windows by [@​radical](https://redirect.github.com/radical) in [https://github.com/dotnet/extensions/pull/5274](https://redirect.github.com/dotnet/extensions/pull/5274) - Merge changes from internal branch by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5278](https://redirect.github.com/dotnet/extensions/pull/5278) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5281](https://redirect.github.com/dotnet/extensions/pull/5281) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5284](https://redirect.github.com/dotnet/extensions/pull/5284) - Add tsaconfig by [@​danmoseley](https://redirect.github.com/danmoseley) in [https://github.com/dotnet/extensions/pull/5285](https://redirect.github.com/dotnet/extensions/pull/5285) - Support metrics in ResourceMonitoring for Windows by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5290](https://redirect.github.com/dotnet/extensions/pull/5290) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5299](https://redirect.github.com/dotnet/extensions/pull/5299) - Report container memory usage for Resource Monitoring Windows Container by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5301](https://redirect.github.com/dotnet/extensions/pull/5301) - add tsa upload by [@​danmoseley](https://redirect.github.com/danmoseley) in [https://github.com/dotnet/extensions/pull/5297](https://redirect.github.com/dotnet/extensions/pull/5297) - 1es-pt-auto-baselining-pr by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5302](https://redirect.github.com/dotnet/extensions/pull/5302) - Fix resource detection for unset CPU and memory limits in cgroup v2 by [@​mobratil](https://redirect.github.com/mobratil) in [https://github.com/dotnet/extensions/pull/5267](https://redirect.github.com/dotnet/extensions/pull/5267) - Enable back potentially flaky test by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5308](https://redirect.github.com/dotnet/extensions/pull/5308) - Disable S3236 in fake time provider. by [@​mitchdenny](https://redirect.github.com/mitchdenny) in [https://github.com/dotnet/extensions/pull/5315](https://redirect.github.com/dotnet/extensions/pull/5315) - Bump code coverage by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5311](https://redirect.github.com/dotnet/extensions/pull/5311) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5318](https://redirect.github.com/dotnet/extensions/pull/5318) - Document how to resolve "workload manifest microsoft.net.sdk.aspire not installed" issue by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5325](https://redirect.github.com/dotnet/extensions/pull/5325) - Fix NullReferenceException in Timer disposal by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/dotnet/extensions/pull/5321](https://redirect.github.com/dotnet/extensions/pull/5321) - delete note that indicates that cgroups v2 are not supported by [@​danespinosa](https://redirect.github.com/danespinosa) in [https://github.com/dotnet/extensions/pull/5334](https://redirect.github.com/dotnet/extensions/pull/5334) - Fix CPU share calculation by [@​evgenyfedorov2](https://redirect.github.com/evgenyfedorov2) in [https://github.com/dotnet/extensions/pull/5324](https://redirect.github.com/dotnet/extensions/pull/5324) - Remove WIP label when issue is closed by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5330](https://redirect.github.com/dotnet/extensions/pull/5330) - \[Http.Resilience] Add support of the HTTP resilience for synchronous HttpClient requests by [@​iliar-turdushev](https://redirect.github.com/iliar-turdushev) in [https://github.com/dotnet/extensions/pull/5333](https://redirect.github.com/dotnet/extensions/pull/5333) #### New Contributors - [@​eduherminio](https://redirect.github.com/eduherminio) made their first contribution in [https://github.com/dotnet/extensions/pull/5273](https://redirect.github.com/dotnet/extensions/pull/5273) - [@​radical](https://redirect.github.com/radical) made their first contribution in [https://github.com/dotnet/extensions/pull/5274](https://redirect.github.com/dotnet/extensions/pull/5274) - [@​danespinosa](https://redirect.github.com/danespinosa) made their first contribution in [https://github.com/dotnet/extensions/pull/5334](https://redirect.github.com/dotnet/extensions/pull/5334) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.7.0...v8.8.0 ### [`v8.7.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.7.0): .NET Extensions 8.7.0 8.7.0 packages are now all published in NuGet.org. #### What's Changed - Bump update-dotnet-sdk action by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/dotnet/extensions/pull/5195](https://redirect.github.com/dotnet/extensions/pull/5195) - Skip indexers in logging source-gen by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/5210](https://redirect.github.com/dotnet/extensions/pull/5210) - Merge changes from internal branch by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5219](https://redirect.github.com/dotnet/extensions/pull/5219) - Cleanup Http.Resilience dependencies by [@​pentp](https://redirect.github.com/pentp) in [https://github.com/dotnet/extensions/pull/5217](https://redirect.github.com/dotnet/extensions/pull/5217) - Fix FakeTimeProvider docs by [@​gewarren](https://redirect.github.com/gewarren) in [https://github.com/dotnet/extensions/pull/5227](https://redirect.github.com/dotnet/extensions/pull/5227) - Update package dependencies by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5218](https://redirect.github.com/dotnet/extensions/pull/5218) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5232](https://redirect.github.com/dotnet/extensions/pull/5232) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5246](https://redirect.github.com/dotnet/extensions/pull/5246) - Onboard new inter-branch merge flow \[Configuration] by [@​f-alizada](https://redirect.github.com/f-alizada) in [https://github.com/dotnet/extensions/pull/5239](https://redirect.github.com/dotnet/extensions/pull/5239) - Onboard new inter-branch merge flow \[Workflow] by [@​f-alizada](https://redirect.github.com/f-alizada) in [https://github.com/dotnet/extensions/pull/5240](https://redirect.github.com/dotnet/extensions/pull/5240) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5254](https://redirect.github.com/dotnet/extensions/pull/5254) - Bump Polly to 8.4.1 by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/dotnet/extensions/pull/5258](https://redirect.github.com/dotnet/extensions/pull/5258) #### New Contributors - [@​pentp](https://redirect.github.com/pentp) made their first contribution in [https://github.com/dotnet/extensions/pull/5217](https://redirect.github.com/dotnet/extensions/pull/5217) - [@​f-alizada](https://redirect.github.com/f-alizada) made their first contribution in [https://github.com/dotnet/extensions/pull/5239](https://redirect.github.com/dotnet/extensions/pull/5239) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.6.0...v8.7.0 ### [`v8.6.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.6.0): .NET Extensions 8.6.0 8.6.0 packages are now all published in NuGet.org. #### What's Changed - Detect connection timeouts in Hedging by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/5134](https://redirect.github.com/dotnet/extensions/pull/5134) - Branding updates for 8.6 by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5147](https://redirect.github.com/dotnet/extensions/pull/5147) - Upgrade to latest version of Polly by [@​martintmk](https://redirect.github.com/martintmk) in [https://github.com/dotnet/extensions/pull/5152](https://redirect.github.com/dotnet/extensions/pull/5152) - Merge changes from internal branch by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5158](https://redirect.github.com/dotnet/extensions/pull/5158) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5166](https://redirect.github.com/dotnet/extensions/pull/5166) - Remove incorrect System.Net.Http dependency by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5167](https://redirect.github.com/dotnet/extensions/pull/5167) - FakeTimeProvider usage update by [@​dariusclay](https://redirect.github.com/dariusclay) in [https://github.com/dotnet/extensions/pull/5169](https://redirect.github.com/dotnet/extensions/pull/5169) - Remove redundant package subscriptions by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5172](https://redirect.github.com/dotnet/extensions/pull/5172) - Fix up some docs by [@​gewarren](https://redirect.github.com/gewarren) in [https://github.com/dotnet/extensions/pull/5177](https://redirect.github.com/dotnet/extensions/pull/5177) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5182](https://redirect.github.com/dotnet/extensions/pull/5182) - Avoid buffer race conditions in CGroups by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5129](https://redirect.github.com/dotnet/extensions/pull/5129) - Fix logging source-gens duplication on WPF by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/5024](https://redirect.github.com/dotnet/extensions/pull/5024) - Introduce FakeTimeProvider.AdjustTime by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/5192](https://redirect.github.com/dotnet/extensions/pull/5192) - Fix \[NoDataClassification] attribute handling in logging source-gen by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/5191](https://redirect.github.com/dotnet/extensions/pull/5191) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.5.0...v8.6.0 ### [`v8.5.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.5.0): .NET Extensions 8.5.0 8.5.0 packages are now all published in NuGet.org. #### What's Changed - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5090](https://redirect.github.com/dotnet/extensions/pull/5090) - Fix incorrect TCP port used by default for k8s probes by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/5085](https://redirect.github.com/dotnet/extensions/pull/5085) - Use non \*-pt images by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5106](https://redirect.github.com/dotnet/extensions/pull/5106) - Add support for Linux cgrpoup v2, issue-4885 by [@​nezdali](https://redirect.github.com/nezdali) in [https://github.com/dotnet/extensions/pull/5068](https://redirect.github.com/dotnet/extensions/pull/5068) - Securing the array for ResourceMonitoring's method by [@​nezdali](https://redirect.github.com/nezdali) in [https://github.com/dotnet/extensions/pull/5111](https://redirect.github.com/dotnet/extensions/pull/5111) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5131](https://redirect.github.com/dotnet/extensions/pull/5131) - \[release/8.5] Detect connection timeouts in Hedging by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/extensions/pull/5149](https://redirect.github.com/dotnet/extensions/pull/5149) #### New Contributors - [@​nezdali](https://redirect.github.com/nezdali) made their first contribution in [https://github.com/dotnet/extensions/pull/5068](https://redirect.github.com/dotnet/extensions/pull/5068) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.4.0...v8.5.0 ### [`v8.4.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.4.0): .NET Extensions 8.4.0 8.4.0 packages are now all published in NuGet.org. #### What's Changed - Fix incorrect diagnostic value. by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/4994](https://redirect.github.com/dotnet/extensions/pull/4994) - Public build pipeline by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/4993](https://redirect.github.com/dotnet/extensions/pull/4993) - Public build pipeline by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/4997](https://redirect.github.com/dotnet/extensions/pull/4997) - \[automated] Merge branch 'release/8.0' => 'main' by [@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot) in [https://github.com/dotnet/extensions/pull/4999](https://redirect.github.com/dotnet/extensions/pull/4999) - Update Branding for 8.4 by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4987](https://redirect.github.com/dotnet/extensions/pull/4987) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5013](https://redirect.github.com/dotnet/extensions/pull/5013) - \[release/8.0] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5027](https://redirect.github.com/dotnet/extensions/pull/5027) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5029](https://redirect.github.com/dotnet/extensions/pull/5029) - \[main] Restructure build pipeline by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5031](https://redirect.github.com/dotnet/extensions/pull/5031) - Merge internal changes by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/5037](https://redirect.github.com/dotnet/extensions/pull/5037) - \[release/8.0] Restructure build pipeline by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5033](https://redirect.github.com/dotnet/extensions/pull/5033) - \[automated] Merge branch 'release/8.0' => 'main' by [@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot) in [https://github.com/dotnet/extensions/pull/5039](https://redirect.github.com/dotnet/extensions/pull/5039) - 1ES auto-baseline by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5040](https://redirect.github.com/dotnet/extensions/pull/5040) - Updated for https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/\_build?definitionId=179 by using baselines generated in https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/\_build/results?buildId=2403689 by [@​RussKie](https://redirect.github.com/RussKie) in [https://github.com/dotnet/extensions/pull/5044](https://redirect.github.com/dotnet/extensions/pull/5044) - Feedback from R9 review by [@​MrJosman](https://redirect.github.com/MrJosman) in [https://github.com/dotnet/extensions/pull/5012](https://redirect.github.com/dotnet/extensions/pull/5012) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5051](https://redirect.github.com/dotnet/extensions/pull/5051) - Trim dependencies by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/5058](https://redirect.github.com/dotnet/extensions/pull/5058) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5064](https://redirect.github.com/dotnet/extensions/pull/5064) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/5067](https://redirect.github.com/dotnet/extensions/pull/5067) - Fixes in "Telemetry" README.md by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/5075](https://redirect.github.com/dotnet/extensions/pull/5075) #### New Contributors - [@​MrJosman](https://redirect.github.com/MrJosman) made their first contribution in [https://github.com/dotnet/extensions/pull/5012](https://redirect.github.com/dotnet/extensions/pull/5012) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.3.0...v8.4.0 ### [`v8.3.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.3.0): .NET Extensions 8.3.0 8.3.0 packages are now all published in NuGet.org. #### What's Changed - Branding updates for 8.3 by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4927](https://redirect.github.com/dotnet/extensions/pull/4927) - Fix the automation for merged/closed PRs by [@​jeffhandley](https://redirect.github.com/jeffhandley) in [https://github.com/dotnet/extensions/pull/4930](https://redirect.github.com/dotnet/extensions/pull/4930) - Remove broken and superfluous test case by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/4934](https://redirect.github.com/dotnet/extensions/pull/4934) - Add gRPC resilience tests to verify interoperability by [@​martintmk](https://redirect.github.com/martintmk) in [https://github.com/dotnet/extensions/pull/4931](https://redirect.github.com/dotnet/extensions/pull/4931) - Merging internal branch changes after 8.2 release. by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4941](https://redirect.github.com/dotnet/extensions/pull/4941) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/4946](https://redirect.github.com/dotnet/extensions/pull/4946) - Hashcode implementation proposal for DataClassificationSet by [@​damianhorna](https://redirect.github.com/damianhorna) in [https://github.com/dotnet/extensions/pull/4933](https://redirect.github.com/dotnet/extensions/pull/4933) - Fix IL2091 warnings by [@​EricStG](https://redirect.github.com/EricStG) in [https://github.com/dotnet/extensions/pull/4953](https://redirect.github.com/dotnet/extensions/pull/4953) - Set ProducesDotNetReleaseShippingAssets property in Publishing.props by [@​MilenaHristova](https://redirect.github.com/MilenaHristova) in [https://github.com/dotnet/extensions/pull/4960](https://redirect.github.com/dotnet/extensions/pull/4960) - Address remaining trim warnings by [@​eerhardt](https://redirect.github.com/eerhardt) in [https://github.com/dotnet/extensions/pull/4962](https://redirect.github.com/dotnet/extensions/pull/4962) - Added a descriptive tag to TimeProvider.Testing by [@​fbd](https://redirect.github.com/fbd) in [https://github.com/dotnet/extensions/pull/4964](https://redirect.github.com/dotnet/extensions/pull/4964) - AsyncState can be used across different service providers by [@​mobratil](https://redirect.github.com/mobratil) in [https://github.com/dotnet/extensions/pull/4966](https://redirect.github.com/dotnet/extensions/pull/4966) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/4973](https://redirect.github.com/dotnet/extensions/pull/4973) - Update Microsoft.IO.RecyclableMemoryStream package by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/4976](https://redirect.github.com/dotnet/extensions/pull/4976) - try dependabot by [@​danmoseley](https://redirect.github.com/danmoseley) in [https://github.com/dotnet/extensions/pull/4978](https://redirect.github.com/dotnet/extensions/pull/4978) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/4981](https://redirect.github.com/dotnet/extensions/pull/4981) - Fix Microsoft.Extensions.AuditReports output path by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/4945](https://redirect.github.com/dotnet/extensions/pull/4945) #### New Contributors - [@​damianhorna](https://redirect.github.com/damianhorna) made their first contribution in [https://github.com/dotnet/extensions/pull/4933](https://redirect.github.com/dotnet/extensions/pull/4933) - [@​EricStG](https://redirect.github.com/EricStG) made their first contribution in [https://github.com/dotnet/extensions/pull/4953](https://redirect.github.com/dotnet/extensions/pull/4953) - [@​MilenaHristova](https://redirect.github.com/MilenaHristova) made their first contribution in [https://github.com/dotnet/extensions/pull/4960](https://redirect.github.com/dotnet/extensions/pull/4960) - [@​fbd](https://redirect.github.com/fbd) made their first contribution in [https://github.com/dotnet/extensions/pull/4964](https://redirect.github.com/dotnet/extensions/pull/4964) **Full Changelog**: https://github.com/dotnet/extensions/compare/v8.2.0...v8.3.0 ### [`v8.2.0`](https://redirect.github.com/dotnet/extensions/releases/tag/v8.2.0): .NET Extensions 8.2.0 8.2.0 packages are now all published in NuGet.org. #### What's Changed - Branding changes for 8.2 by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4855](https://redirect.github.com/dotnet/extensions/pull/4855) - Simplify platform check. by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/4853](https://redirect.github.com/dotnet/extensions/pull/4853) - Upgrade Polly to latest version (8.2.1) by [@​martintmk](https://redirect.github.com/martintmk) in [https://github.com/dotnet/extensions/pull/4860](https://redirect.github.com/dotnet/extensions/pull/4860) - Remove temp suppression for "Report coverage to GitHub" CI task by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/4863](https://redirect.github.com/dotnet/extensions/pull/4863) - Disable HttpClient's timeout for Standard Resilience and Hedging by [@​martintmk](https://redirect.github.com/martintmk) in [https://github.com/dotnet/extensions/pull/4862](https://redirect.github.com/dotnet/extensions/pull/4862) - Don't fail the build if the GitHubComment CI task failed by [@​xakep139](https://redirect.github.com/xakep139) in [https://github.com/dotnet/extensions/pull/4864](https://redirect.github.com/dotnet/extensions/pull/4864) - Expose the ResilienceHandler type. by [@​geeknoid](https://redirect.github.com/geeknoid) in [https://github.com/dotnet/extensions/pull/4858](https://redirect.github.com/dotnet/extensions/pull/4858) - Merging changes from internal/release/8.1 branch by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4868](https://redirect.github.com/dotnet/extensions/pull/4868) - Context switching can affect timer triggering by [@​mapogolions](https://redirect.github.com/mapogolions) in [https://github.com/dotnet/extensions/pull/4861](https://redirect.github.com/dotnet/extensions/pull/4861) - Increase minimum code coverage for Microsoft.Extensions.Http.Diagnostics by [@​joperezr](https://redirect.github.com/joperezr) in [https://github.com/dotnet/extensions/pull/4870](https://redirect.github.com/dotnet/extensions/pull/4870) - \[main] Update dependencies from dotnet/arcade by [@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in [https://github.com/dotnet/extensions/pull/4872](https://redirect.github.com/dotnet/extensions/pull/4872) - Enable AOT compatibility for all libraries by [@​eerhardt](https://redirect.github.com/eerhardt) in [https://github.com/dotnet/extensions/pull/4871](https://redirect.github.com/dotnet/extensions/pull/4871) - Added notes to the docs about thread safety of implementations of IAsyncState, IAsyncContext and IAsyncLocalContext by [@​mobratil](https://redirect.github.com/mobratil) in [https://github.com/dotnet/extensions/pull/4881](https://redirect.github.com/dotnet/extensions/pull/4881) - Update README to mention cgroups support in Microsoft.Extensions.Diagnostics.ResourceMonitoring by [@​mobratil](https://redirect.github.com/mobratil) in [https://github.com/dotnet/extensions/pull/4884](https://redirect.github.com/dotnet/extensions/pull/4884) - \[main] Add workflow for automatic SDK updates by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/dotnet/extensions/pull/4887](https://redirect.github.com/dotnet/extensions/pull/4887) - Fix SDK update workflow by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/dotnet/extensions/pull/4890](https://redirect.github.com/dotnet/extensions/pull/4890) - Expose AddTcpEndpointProbe by

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@724c4bd). Learn more about missing BASE report. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #733 +/- ## ======================================= Coverage ? 35.16% ======================================= Files ? 579 Lines ? 31252 Branches ? 949 ======================================= Hits ? 10990 Misses ? 20119 Partials ? 143 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.