Bump the dotnet group across 1 directory with 7 updates
Bumps the dotnet group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.Abstractions | 9.0.1 |
9.0.4 |
| Microsoft.Extensions.DependencyInjection | 9.0.1 |
9.0.4 |
| Microsoft.Extensions.DependencyInjection.Abstractions | 9.0.1 |
9.0.4 |
| Microsoft.Extensions.DependencyInjection.Abstractions | 9.0.1 |
9.0.3 |
| Pathological.Globbing | 9.0.0 |
9.1.0 |
| Microsoft.Extensions.Http | 9.0.1 |
9.0.4 |
| Microsoft.Extensions.Http.Resilience | 9.1.0 |
9.4.0 |
| Microsoft.NET.Test.Sdk | 17.12.0 |
17.13.0 |
| xunit.runner.visualstudio | 3.0.1 |
3.0.2 |
Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.1 to 9.0.4
Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
.NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#112424- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by
@github-actionsin dotnet/runtime#112296- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by
@github-actionsin dotnet/runtime#112373- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by
@matouskozakin dotnet/runtime#112012- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by
@rzikmin dotnet/runtime#112473- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by
@github-actionsin dotnet/runtime#112057- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by
@github-actionsin dotnet/runtime#112487- [release/9.0-staging] Remove unneeded DiagnosticSource content by
@github-actionsin dotnet/runtime#112708- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by
@stephentoubin dotnet/runtime#112714- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by
@github-actionsin dotnet/runtime#112005- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by
@github-actionsin dotnet/runtime#111700- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by
@github-actionsin dotnet/runtime#112139- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by
@steveharterin dotnet/runtime#112531- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by
@elinor-fungin dotnet/runtime#112893- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by
@github-actionsin dotnet/runtime#112539- [9.0] Make CPU utilization checks in the thread pool configurable by
@kouvelin dotnet/runtime#112791- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by
@amanasifkhalidin dotnet/runtime#113026- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by
@github-actionsin dotnet/runtime#113094- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by
@stephentoubin dotnet/runtime#113150- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by
@github-actionsin dotnet/runtime#112549- Update branding to 9.0.4 by
@vseanreesermsftin dotnet/runtime#113226- [9.0] Make counting of IO completion work items more precise on Windows by
@kouvelin dotnet/runtime#112794- [release/9.0-staging] Remove --no-lock brew flag by
@akoeplingerin dotnet/runtime#113281- [release/9.0-staging] [QUIC] Update MsQuic library version by
@github-actionsin dotnet/runtime#113205- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113264- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by
@dotnet-maestroin dotnet/runtime#112836- [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestroin dotnet/runtime#112835- [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestroin dotnet/runtime#112627- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by
@dotnet-maestroin dotnet/runtime#112552- [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestroin dotnet/runtime#112522- [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestroin dotnet/runtime#112515- [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#112468- [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestroin dotnet/runtime#112514- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by
@dotnet-maestroin dotnet/runtime#112394- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by@github-actionsin dotnet/runtime#112991- [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by
@github-actionsin dotnet/runtime#113316- [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestroin dotnet/runtime#112628- [manual] Merge release/9.0-staging into release/9.0 by
@carlossanlopin dotnet/runtime#113350- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by
@github-actionsin dotnet/runtime#112882- Merging internal commits for release/9.0 by
@vseanreesermsftin dotnet/runtime#113389- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113333- [release/9.0] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#113447- [release/9.0] fix SBOM issues for runtime by
@haruna99in dotnet/runtime#113463Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
... (truncated)
Commits
f57e6dcMerge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'd9d0ae0[release/9.0] fix SBOM issues for runtime (#113463)0c9b70dMerge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'f0d7e1fMerge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...111a76eUpdate dependencies from https://github.com/dotnet/arcade build 20250311.4984ab68Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-stagingd7dd049Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'315f1f5Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...d21cf87Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...6758abd[release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...- Additional commits viewable in compare view
Updates Microsoft.Extensions.DependencyInjection from 9.0.1 to 9.0.4
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
.NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#112424- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by
@github-actionsin dotnet/runtime#112296- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by
@github-actionsin dotnet/runtime#112373- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by
@matouskozakin dotnet/runtime#112012- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by
@rzikmin dotnet/runtime#112473- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by
@github-actionsin dotnet/runtime#112057- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by
@github-actionsin dotnet/runtime#112487- [release/9.0-staging] Remove unneeded DiagnosticSource content by
@github-actionsin dotnet/runtime#112708- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by
@stephentoubin dotnet/runtime#112714- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by
@github-actionsin dotnet/runtime#112005- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by
@github-actionsin dotnet/runtime#111700- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by
@github-actionsin dotnet/runtime#112139- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by
@steveharterin dotnet/runtime#112531- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by
@elinor-fungin dotnet/runtime#112893- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by
@github-actionsin dotnet/runtime#112539- [9.0] Make CPU utilization checks in the thread pool configurable by
@kouvelin dotnet/runtime#112791- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by
@amanasifkhalidin dotnet/runtime#113026- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by
@github-actionsin dotnet/runtime#113094- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by
@stephentoubin dotnet/runtime#113150- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by
@github-actionsin dotnet/runtime#112549- Update branding to 9.0.4 by
@vseanreesermsftin dotnet/runtime#113226- [9.0] Make counting of IO completion work items more precise on Windows by
@kouvelin dotnet/runtime#112794- [release/9.0-staging] Remove --no-lock brew flag by
@akoeplingerin dotnet/runtime#113281- [release/9.0-staging] [QUIC] Update MsQuic library version by
@github-actionsin dotnet/runtime#113205- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113264- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by
@dotnet-maestroin dotnet/runtime#112836- [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestroin dotnet/runtime#112835- [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestroin dotnet/runtime#112627- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by
@dotnet-maestroin dotnet/runtime#112552- [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestroin dotnet/runtime#112522- [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestroin dotnet/runtime#112515- [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#112468- [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestroin dotnet/runtime#112514- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by
@dotnet-maestroin dotnet/runtime#112394- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by@github-actionsin dotnet/runtime#112991- [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by
@github-actionsin dotnet/runtime#113316- [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestroin dotnet/runtime#112628- [manual] Merge release/9.0-staging into release/9.0 by
@carlossanlopin dotnet/runtime#113350- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by
@github-actionsin dotnet/runtime#112882- Merging internal commits for release/9.0 by
@vseanreesermsftin dotnet/runtime#113389- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113333- [release/9.0] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#113447- [release/9.0] fix SBOM issues for runtime by
@haruna99in dotnet/runtime#113463Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
... (truncated)
Commits
f57e6dcMerge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'd9d0ae0[release/9.0] fix SBOM issues for runtime (#113463)0c9b70dMerge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'f0d7e1fMerge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...111a76eUpdate dependencies from https://github.com/dotnet/arcade build 20250311.4984ab68Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-stagingd7dd049Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'315f1f5Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...d21cf87Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...6758abd[release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...- Additional commits viewable in compare view
Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.1 to 9.0.4
Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
.NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#112424- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by
@github-actionsin dotnet/runtime#112296- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by
@github-actionsin dotnet/runtime#112373- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by
@matouskozakin dotnet/runtime#112012- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by
@rzikmin dotnet/runtime#112473- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by
@github-actionsin dotnet/runtime#112057- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by
@github-actionsin dotnet/runtime#112487- [release/9.0-staging] Remove unneeded DiagnosticSource content by
@github-actionsin dotnet/runtime#112708- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by
@stephentoubin dotnet/runtime#112714- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by
@github-actionsin dotnet/runtime#112005- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by
@github-actionsin dotnet/runtime#111700- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by
@github-actionsin dotnet/runtime#112139- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by
@steveharterin dotnet/runtime#112531- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by
@elinor-fungin dotnet/runtime#112893- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by
@github-actionsin dotnet/runtime#112539- [9.0] Make CPU utilization checks in the thread pool configurable by
@kouvelin dotnet/runtime#112791- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by
@amanasifkhalidin dotnet/runtime#113026- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by
@github-actionsin dotnet/runtime#113094- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by
@stephentoubin dotnet/runtime#113150- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by
@github-actionsin dotnet/runtime#112549- Update branding to 9.0.4 by
@vseanreesermsftin dotnet/runtime#113226- [9.0] Make counting of IO completion work items more precise on Windows by
@kouvelin dotnet/runtime#112794- [release/9.0-staging] Remove --no-lock brew flag by
@akoeplingerin dotnet/runtime#113281- [release/9.0-staging] [QUIC] Update MsQuic library version by
@github-actionsin dotnet/runtime#113205- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113264- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by
@dotnet-maestroin dotnet/runtime#112836- [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestroin dotnet/runtime#112835- [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestroin dotnet/runtime#112627- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by
@dotnet-maestroin dotnet/runtime#112552- [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestroin dotnet/runtime#112522- [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestroin dotnet/runtime#112515- [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#112468- [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestroin dotnet/runtime#112514- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by
@dotnet-maestroin dotnet/runtime#112394- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by@github-actionsin dotnet/runtime#112991- [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by
@github-actionsin dotnet/runtime#113316- [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestroin dotnet/runtime#112628- [manual] Merge release/9.0-staging into release/9.0 by
@carlossanlopin dotnet/runtime#113350- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by
@github-actionsin dotnet/runtime#112882- Merging internal commits for release/9.0 by
@vseanreesermsftin dotnet/runtime#113389- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113333- [release/9.0] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#113447- [release/9.0] fix SBOM issues for runtime by
@haruna99in dotnet/runtime#113463Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
... (truncated)
Commits
f57e6dcMerge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'd9d0ae0[release/9.0] fix SBOM issues for runtime (#113463)0c9b70dMerge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'f0d7e1fMerge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...111a76eUpdate dependencies from https://github.com/dotnet/arcade build 20250311.4984ab68Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-stagingd7dd049Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'315f1f5Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...d21cf87Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...6758abd[release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...- Additional commits viewable in compare view
Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.1 to 9.0.3
Release notes
Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.
.NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#112424- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by
@github-actionsin dotnet/runtime#112296- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by
@github-actionsin dotnet/runtime#112373- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by
@matouskozakin dotnet/runtime#112012- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by
@rzikmin dotnet/runtime#112473- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by
@github-actionsin dotnet/runtime#112057- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by
@github-actionsin dotnet/runtime#112487- [release/9.0-staging] Remove unneeded DiagnosticSource content by
@github-actionsin dotnet/runtime#112708- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by
@stephentoubin dotnet/runtime#112714- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by
@github-actionsin dotnet/runtime#112005- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by
@github-actionsin dotnet/runtime#111700- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by
@github-actionsin dotnet/runtime#112139- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by
@steveharterin dotnet/runtime#112531- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by
@elinor-fungin dotnet/runtime#112893- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by
@github-actionsin dotnet/runtime#112539- [9.0] Make CPU utilization checks in the thread pool configurable by
@kouvelin dotnet/runtime#112791- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by
@amanasifkhalidin dotnet/runtime#113026- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by
@github-actionsin dotnet/runtime#113094- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by
@stephentoubin dotnet/runtime#113150- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by
@github-actionsin dotnet/runtime#112549- Update branding to 9.0.4 by
@vseanreesermsftin dotnet/runtime#113226- [9.0] Make counting of IO completion work items more precise on Windows by
@kouvelin dotnet/runtime#112794- [release/9.0-staging] Remove --no-lock brew flag by
@akoeplingerin dotnet/runtime#113281- [release/9.0-staging] [QUIC] Update MsQuic library version by
@github-actionsin dotnet/runtime#113205- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113264- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by
@dotnet-maestroin dotnet/runtime#112836- [release/9.0-staging] Update dependencies from dotnet/roslyn by
@dotnet-maestroin dotnet/runtime#112835- [release/9.0-staging] Update dependencies from dotnet/xharness by
@dotnet-maestroin dotnet/runtime#112627- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by
@dotnet-maestroin dotnet/runtime#112552- [release/9.0] Update dependencies from dotnet/emsdk by
@dotnet-maestroin dotnet/runtime#112522- [release/9.0-staging] Update dependencies from dotnet/cecil by
@dotnet-maestroin dotnet/runtime#112515- [release/9.0-staging] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#112468- [release/9.0-staging] Update dependencies from dotnet/icu by
@dotnet-maestroin dotnet/runtime#112514- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by
@dotnet-maestroin dotnet/runtime#112394- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by@github-actionsin dotnet/runtime#112991- [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by
@github-actionsin dotnet/runtime#113316- [release/9.0-staging] Update dependencies from dotnet/sdk by
@dotnet-maestroin dotnet/runtime#112628- [manual] Merge release/9.0-staging into release/9.0 by
@carlossanlopin dotnet/runtime#113350- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by
@github-actionsin dotnet/runtime#112882- Merging internal commits for release/9.0 by
@vseanreesermsftin dotnet/runtime#113389- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#113333- [release/9.0] Update dependencies from dotnet/arcade by
@dotnet-maestroin dotnet/runtime#113447- [release/9.0] fix SBOM issues for runtime by
@haruna99in dotnet/runtime#113463Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
... (truncated)
Commits
f57e6dcMerge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'd9d0ae0[release/9.0] fix SBOM issues for runtime (#113463)0c9b70dMerge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'f0d7e1fMerge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...111a76eUpdate dependencies from https://github.com/dotnet/arcade build 20250311.4984ab68Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-stagingd7dd049Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'315f1f5Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...d21cf87Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...6758abd[release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...- Additional commits viewable in compare view
Updates Pathological.Globbing from 9.0.0 to 9.1.0
Release notes
Sourced from Pathological.Globbing's releases.
9.1.0
Full Changelog: https://github.com/IEvangelist/pathological.globbing/compare/9.0.1...9.1.0
9.0.1
Full Changelog: https://github.com/IEvangelist/pathological.globbing/compare/9.0.0...9.0.1
Commits
d1a062fAdd optional paremeter to discovery.3e216ccCorrect publish workflow59cdb9cDelete old sln file747d946Minor updates and edits- See full diff in compare view
Updates Microsoft.Extensions.Http from 9.0.1 to 9.0.4
Release notes
Sourced from Microsoft.Extensions.Http's releases.
.NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by
@github-actionsin dotnet/runtime#112424- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by
@github-actionsin dotnet/runtime#112296- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by
@github-actionsin dotnet/runtime#112373- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by
@matouskozakin dotnet/runtime#112012- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by
@rzikmin dotnet/runtime#112473- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by
@github-actionsin dotnet/runtime#112057- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by
@github-actionsin dotnet/runtime#112487- [release/9.0-staging] Remove unneeded DiagnosticSource content by
@github-actionsin dotnet/runtime#112708- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by
@stephentoubin dotnet/runtime#112714- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by
@github-actionsin dotnet/runtime#112005- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by
@github-actionsin dotnet/runtime#111700- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by
@github-actionsin dotnet/runtime#112139- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by
@steveharterin dotnet/runtime#112531- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by
@elinor-fungin dotnet/runtime#112893- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by
@github-actionsin dotnet/runtime#112539- [9.0] Make CPU utilization checks in the thread pool configurable by
@kouvelin dotnet/runtime#112791- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by
@amanasifkhalidin dotnet/runtime#113026- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by
@github-actionsin dotnet/runtime#113094- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by
@stephentoubin dotnet/runtime#113150- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by
@github-actionsin dotnet/runtime#112549- Update branding to 9.0.4 by
@vseanreesermsftin dotnet/runtime#113226- [9.0] Make counting of IO completion work items more precise on Windows by
@kouvelin