Bump the tests group with 14 updates#317
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps DependencyInjection.Lifetime.Analyzers from 2.18.0 to 2.18.19 Bumps HarfBuzzSharp.NativeAssets.Linux from 14.2.1 to 14.2.1.1 Bumps iTextSharp.LGPLv2.Core from 3.8.1 to 3.8.2 Bumps Microsoft.Extensions.Http.Polly from 9.0.0 to 9.0.18 Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 Bumps Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301 Bumps microsoft.web.librarymanager.cli from 3.0.71 to 3.0.114 Bumps MSTest.TestAdapter from 4.3.0 to 4.3.2 Bumps MSTest.TestFramework from 4.3.0 to 4.3.2 Bumps SkiaSharp from 4.150.0 to 4.150.1 Bumps SkiaSharp.HarfBuzz from 4.150.0 to 4.150.1 Bumps SkiaSharp.NativeAssets.Linux from 4.150.0 to 4.150.1 Bumps System.IO.Hashing from 10.0.8 to 10.0.10 Bumps System.ServiceModel.Syndication from 9.0.0 to 9.0.18 --- updated-dependencies: - dependency-name: DependencyInjection.Lifetime.Analyzers dependency-version: 2.18.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: HarfBuzzSharp.NativeAssets.Linux dependency-version: 14.2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: iTextSharp.LGPLv2.Core dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SkiaSharp dependency-version: 4.150.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: Microsoft.SourceLink.GitHub dependency-version: 10.0.301 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.IO.Hashing dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: microsoft.web.librarymanager.cli dependency-version: 3.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestAdapter dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: MSTest.TestFramework dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SkiaSharp.HarfBuzz dependency-version: 4.150.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: SkiaSharp.NativeAssets.Linux dependency-version: 4.150.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests - dependency-name: System.ServiceModel.Syndication dependency-version: 9.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 16, 2026
PR Summary
|
Contributor
Author
|
Superseded by #321. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated DependencyInjection.Lifetime.Analyzers from 2.18.0 to 2.18.19.
Release notes
Sourced from DependencyInjection.Lifetime.Analyzers's releases.
2.18.19
DependencyInjection.Lifetime.Analyzers 2.18.19
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
.Servicesregistration flows now remain recognizable through an identity-preserving?? throwguard, so(builder.Services ?? throw ...).BuildServiceProvider()reports like the unguarded call. Coalesces with an arbitrary fallback collection remain conservative and silent because the provider may be built from a different source.Install
What changed
Fixed
.Servicesregistration flows now remain recognizable through an identity-preserving?? throwguard, so(builder.Services ?? throw ...).BuildServiceProvider()reports like the unguarded call. Coalesces with an arbitrary fallback collection remain conservative and silent because the provider may be built from a different source.Learn more
2.18.18
DependencyInjection.Lifetime.Analyzers 2.18.18
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
ServiceProviderServiceExtensions, including non-generic overloads with reordered named arguments. Calls through scoped or otherwise unproven providers remain quiet, and the code fixer deliberately offers no rewrite for static-call syntax.Install
What changed
Fixed
ServiceProviderServiceExtensions, including non-generic overloads with reordered named arguments. Calls through scoped or otherwise unproven providers remain quiet, and the code fixer deliberately offers no rewrite for static-call syntax.Learn more
2.18.17
DependencyInjection.Lifetime.Analyzers 2.18.17
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
IServiceCollection.Insert(0, ...)registrations — the shared registration collector now includesServiceDescriptorregistrations prepended at a compile-time-zero index, including reordered named arguments and concrete frameworkServiceCollectionreceivers. Descriptor precedence models normal additions plus repeated prepends in runtime list order, so a prepended descriptor cannot falsely override a later descriptor; nonzero or dynamic indexes and source-defined concreteInsertbodies remain conservative and silent because their absolute position or mutation behavior is not provable.Install
What changed
Fixed
IServiceCollection.Insert(0, ...)registrations — the shared registration collector now includesServiceDescriptorregistrations prepended at a compile-time-zero index, including reordered named arguments and concrete frameworkServiceCollectionreceivers. Descriptor precedence models normal additions plus repeated prepends in runtime list order, so a prepended descriptor cannot falsely override a later descriptor; nonzero or dynamic indexes and source-defined concreteInsertbodies remain conservative and silent because their absolute position or mutation behavior is not provable.Learn more
2.18.16
DependencyInjection.Lifetime.Analyzers 2.18.16
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
BuildServiceProvidercalls — registration-context analysis now recovers theIServiceCollectionreceiver from the bound extension parameter forServiceCollectionContainerBuilderExtensions.BuildServiceProvider(...). Builder.Servicesflows report in ordinary methods and top-level statements even with named/reordered arguments, while provider-factory methods that intentionally returnIServiceProviderremain quiet.Install
What changed
Fixed
BuildServiceProvidercalls — registration-context analysis now recovers theIServiceCollectionreceiver from the bound extension parameter forServiceCollectionContainerBuilderExtensions.BuildServiceProvider(...). Builder.Servicesflows report in ordinary methods and top-level statements even with named/reordered arguments, while provider-factory methods that intentionally returnIServiceProviderremain quiet.Learn more
2.18.15
DependencyInjection.Lifetime.Analyzers 2.18.15
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.14
DependencyInjection.Lifetime.Analyzers 2.18.14
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.13
DependencyInjection.Lifetime.Analyzers 2.18.13
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.12
DependencyInjection.Lifetime.Analyzers 2.18.12
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.11
DependencyInjection.Lifetime.Analyzers 2.18.11
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
ParallelOptions, or TPL Dataflow. Unrelated user properties with names such asMaxConcurrentCallsorConsumerDispatchConcurrencyno longer upgrade a config-gated DI022 Info diagnostic into a false DI021 Warning.Install
What changed
Fixed
ParallelOptions, or TPL Dataflow. Unrelated user properties with names such asMaxConcurrentCallsorConsumerDispatchConcurrencyno longer upgrade a config-gated DI022 Info diagnostic into a false DI021 Warning.Learn more
2.18.10
DependencyInjection.Lifetime.Analyzers 2.18.10
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.9
DependencyInjection.Lifetime.Analyzers 2.18.9
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
BuildServiceProvider()results through ternary arms and null-coalescing operands. Returned providers and providers assigned to reliably disposed locals, fields, or properties no longer produce false positives, including nested transparent wrappers; user-defined conversions still break the same-instance proof and report.Install
What changed
Fixed
BuildServiceProvider()results through ternary arms and null-coalescing operands. Returned providers and providers assigned to reliably disposed locals, fields, or properties no longer produce false positives, including nested transparent wrappers; user-defined conversions still break the same-instance proof and report.Learn more
2.18.8
DependencyInjection.Lifetime.Analyzers 2.18.8
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
UseMiddlewarecalls — middleware activation analysis now recognizes generic and direct-typeof(T)non-generic calls made through the frameworkUseMiddlewareExtensionsclass. Receiver, middleware, and explicit activation arguments are bound by declared parameter, including reordered named arguments and expandedparams; runtimeTypevalues and user-defined same-named static helpers remain conservative and silent.Install
What changed
Fixed
UseMiddlewarecalls — middleware activation analysis now recognizes generic and direct-typeof(T)non-generic calls made through the frameworkUseMiddlewareExtensionsclass. Receiver, middleware, and explicit activation arguments are bound by declared parameter, including reordered named arguments and expandedparams; runtimeTypevalues and user-defined same-named static helpers remain conservative and silent.Learn more
2.18.7
DependencyInjection.Lifetime.Analyzers 2.18.7
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
Install
What changed
Fixed
Learn more
2.18.6
DependencyInjection.Lifetime.Analyzers 2.18.6
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
typeof(T)non-genericGetKeyedService/GetRequiredKeyedServicecalls. Keyed scoped services resolved once before a process-lifetime loop report, while scopes used only for the matching keyed singleton no longer warn; dynamic keys remain conservative and silent.Install
What changed
Fixed
typeof(T)non-genericGetKeyedService/GetRequiredKeyedServicecalls. Keyed scoped services resolved once before a process-lifetime loop report, while scopes used only for the matching keyed singleton no longer warn; dynamic keys remain conservative and silent.Learn more
2.18.5
DependencyInjection.Lifetime.Analyzers 2.18.5
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
GetRequiredService(typeof(T))andIServiceProvider.GetService(typeof(T))calls, including casts and null-forgiving wrappers. Scoped services resolved once before a process-lifetime loop report, while scopes used only for registration-proven singletons no longer produce an opaque-use warning; runtimeTypevalues and user-defined same-named methods remain conservative and silent.Install
What changed
Fixed
GetRequiredService(typeof(T))andIServiceProvider.GetService(typeof(T))calls, including casts and null-forgiving wrappers. Scoped services resolved once before a process-lifetime loop report, while scopes used only for registration-proven singletons no longer produce an opaque-use warning; runtimeTypevalues and user-defined same-named methods remain conservative and silent.Learn more
2.18.4
DependencyInjection.Lifetime.Analyzers 2.18.4
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
!operators by polarity before applying the existing cancellation, conjunction, disjunction, and De Morgan rules. Odd-parity cancellation loops such aswhile (!(!(!token.IsCancellationRequested)))report, while even-parity conditions and cancellation-plus-counter bounded loops remain silent.Install
What changed
Fixed
!operators by polarity before applying the existing cancellation, conjunction, disjunction, and De Morgan rules. Odd-parity cancellation loops such aswhile (!(!(!token.IsCancellationRequested)))report, while even-parity conditions and cancellation-plus-counter bounded loops remain silent.Learn more
2.18.3
DependencyInjection.Lifetime.Analyzers 2.18.3
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
observable.Subscribe(this)now report whenthisis bound to anIObserver<T>parameter, because the longer-lived observable directly retains the shorter-lived subscriber. Separate observer objects and non-observer overloads remain silent.Install
What changed
Fixed
observable.Subscribe(this)now report whenthisis bound to anIObserver<T>parameter, because the longer-lived observable directly retains the shorter-lived subscriber. Separate observer objects and non-observer overloads remain silent.Learn more
2.18.2
DependencyInjection.Lifetime.Analyzers 2.18.2
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
ObservableExtensions.Subscribe(source, handler)now receive the same discarded-token and lifetime analysis assource.Subscribe(handler). Bound extension-parameter mapping preserves named and reordered arguments, while non-extension static helpers and static callbacks remain silent.Install
What changed
Fixed
ObservableExtensions.Subscribe(source, handler)now receive the same discarded-token and lifetime analysis assource.Subscribe(handler). Bound extension-parameter mapping preserves named and reordered arguments, while non-extension static helpers and static callbacks remain silent.Learn more
2.18.1
DependencyInjection.Lifetime.Analyzers 2.18.1
Compile-time DI diagnostics for
Microsoft.Extensions.DependencyInjectionprojects that want earlier feedback on lifetime bugs, scope leaks, service locator drift, and unresolvable registrations.Why install or upgrade
&&and||compositions of long-running loop conditions and applies De Morgan semantics to negated cancellation-token conditions. Hoisted scopes and scoped services are reported when the compound condition can run for the host lifetime, while bounded conjunctions and unproven conditions remain silent.Install
What changed
Fixed
&&and||compositions of long-running loop conditions and applies De Morgan semantics to negated cancellation-token conditions. Hoisted scopes and scoped services are reported when the compound condition can run for the host lifetime, while bounded conjunctions and unproven conditions remain silent.Learn more
Commits viewable in compare view.
Updated HarfBuzzSharp.NativeAssets.Linux from 14.2.1 to 14.2.1.1.
Updated iTextSharp.LGPLv2.Core from 3.8.1 to 3.8.2.
Release notes
Sourced from iTextSharp.LGPLv2.Core's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Polly from 9.0.0 to 9.0.18.
Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
9.0.18
Release
What's Changed
d72f9c8toa721f1bby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromd72f9c8toa721f1bdotnet/aspnetcore#66974a721f1bto7140cd4by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest froma721f1bto7140cd4dotnet/aspnetcore#67217Full Changelog: dotnet/aspnetcore@v9.0.17...v9.0.18
9.0.17
Release
What's Changed
Full Changelog: dotnet/aspnetcore@v9.0.16...v9.0.17
9.0.16
Release
What's Changed
73a63eatod72f9c8by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from73a63eatod72f9c8dotnet/aspnetcore#66088Full Changelog: dotnet/aspnetcore@v9.0.15...v9.0.16
9.0.15
Release
What's Changed
56efe39to73a63eaby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from56efe39to73a63eadotnet/aspnetcore#65587Full Changelog: dotnet/aspnetcore@v9.0.14...v9.0.15
9.0.14
Release
What's Changed
9156d4cto56efe39by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9156d4cto56efe39dotnet/aspnetcore#65290Full Changelog: dotnet/aspnetcore@v9.0.13...v9.0.14
9.0.13
Release
What's Changed
1b96fa1to9156d4cby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from1b96fa1to9156d4cdotnet/aspnetcore#64908Full Changelog: dotnet/aspnetcore@v9.0.12...v9.0.13)
9.0.12
Release
What's Changed
Microsoft.Buildversions to 17.8.43 by @MackinnonBuck in UpdateMicrosoft.Buildversions to 17.8.43 dotnet/aspnetcore#642779706f75to6ec14dfby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from9706f75to6ec14dfdotnet/aspnetcore#642306ec14dfto1b96fa1by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from6ec14dfto1b96fa1dotnet/aspnetcore#64580Full Changelog: dotnet/aspnetcore@v9.0.11...v9.0.12
9.0.11
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63894Full Changelog: dotnet/aspnetcore@v9.0.10...v9.0.11
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
9.0.7
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
9.0.6
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.Dependency Updates
52204f7to04ee1b4(#61762)Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6
9.0.5
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61261Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5
9.0.4
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60678Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4
9.0.3
Release
What's Changed
HtmlAttributePropertyHelperto correctly follow theMetadataUpdateHandlerAttributecontract by @github-actions in [release/9.0] UpdateHtmlAttributePropertyHelperto correctly follow theMetadataUpdateHandlerAttributecontract dotnet/aspnetcore#599087d76a23toe235eb3by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60151Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3
9.0.2
Release
What's Changed
d144031to7d76a23by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest fromd144031to7d76a23dotnet/aspnetcore#59679index.htmlduring development by @MackinnonBuck in [release/9.0] [Blazor WASM standalone] Avoid cachingindex.htmlduring development dotnet/aspnetcore#59348Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2
9.0.1
Release
What's Changed
6dae7ebtod144031by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from6dae7ebtod144031dotnet/aspnetcore#59032...
Description has been truncated