emulsion
emulsion copied to clipboard
Update dotnet monorepo to 9.0.5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| Microsoft.EntityFrameworkCore.Design (source) | 9.0.2 -> 9.0.5 |
||||
| Microsoft.EntityFrameworkCore.Sqlite (source) | 9.0.2 -> 9.0.5 |
||||
| Microsoft.Extensions.Configuration (source) | 9.0.3 -> 9.0.5 |
||||
| Microsoft.Extensions.Configuration.Json (source) | 9.0.3 -> 9.0.5 |
||||
| Microsoft.Extensions.Http (source) | 9.0.3 -> 9.0.5 |
||||
| dotnet-ef (source) | 9.0.2 -> 9.0.5 |
Release Notes
dotnet/efcore (Microsoft.EntityFrameworkCore.Design)
v9.0.5: .NET 9.0.5
What's Changed
- Merge branch 'release/9.0' => 'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35750
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35765
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35780
- [release/9.0-staging] Fix to #35162 - Regression from EF Core 8 to 9: MigrationBuilder.DropTable Causes Issues with Subsequent Table Recreation by @maumar in https://github.com/dotnet/efcore/pull/35776
- [release/9.0-staging] Fix to #21006 - Support a default value for non-nullable properties by @maumar in https://github.com/dotnet/efcore/pull/35782
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35795
- Update branding to 9.0.5 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35889
- Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35888
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35772
- Merge branch 'release/9.0-staging' => 'release/9.0' by @maumar in https://github.com/dotnet/efcore/pull/35891
- Merge branch 'release/9.0' =>'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35896
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35912
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35931
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35925
- [release/9.0] Disable Cosmos tests on CI by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35933
- [release/9.0-staging] Cosmos Full Text Search support (query part) by @maumar in https://github.com/dotnet/efcore/pull/35909
- [release/9.0] Merge Cosmos full-text search support from release/9.0-staging by @maumar in https://github.com/dotnet/efcore/pull/35953
- [release/9.0] Bump version of Cosmos SDK from 3.45 to 3.48 to improve hybrid search experience out of the box by @maumar in https://github.com/dotnet/efcore/pull/35954
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.4...v9.0.5
v9.0.4: .NET 9.0.4
What's Changed
- Merge branch 'release/8.0' into 'release/8.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35541
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35621
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35633
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35634
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35626
- [release/9.0-staging] Set the environment when executing Scaffold-DBContext by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35693
- [release/8.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @roji in https://github.com/dotnet/efcore/pull/35718
- [release/8.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35720
- [release/9.0-staging] Process Coalesce-simplified Convert node properly in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35721
- [release/9.0-staging] Improve LoadExtension to work correctly with dotnet run and lib* named libs by @roji in https://github.com/dotnet/efcore/pull/35717
- [release/9.0-staging] Transform Span-based overloads to Enumerable in funcletizer by @roji in https://github.com/dotnet/efcore/pull/35719
- Update branding to 8.0.15 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35738
- Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35739
- Merge branch 'release/8.0-staging' => 'release/8.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35742
- Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35743
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35740
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35766
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35781
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.3...v9.0.4
v9.0.3: .NET 9.0.3
What's Changed
- [release/9.0-staging] Fix to #35393 - GroupJoin in EF Core 9 Returns Null for Joined Entities by @maumar in https://github.com/dotnet/efcore/pull/35449
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35473
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35470
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35498
- Merge branch 'release/9.0' into 'release/9.0-staging' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35542
- [release/9.0-staging] Make SnapshotModelProcessor idempotent. by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35543
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/efcore/pull/35572
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35474
- Update branding to 9.0.3 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35584
- Update branding to 8.0.14 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35583
- [automated] Merge branch 'release/8.0' => 'release/9.0' by @github-actions in https://github.com/dotnet/efcore/pull/35587
- Merge branch 'release/9.0-staging' => 'release/9.0' by @AndriySvyryd in https://github.com/dotnet/efcore/pull/35601
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/efcore/pull/35622
Full Changelog: https://github.com/dotnet/efcore/compare/v9.0.2...v9.0.3
dotnet/runtime (Microsoft.Extensions.Configuration)
v9.0.5
v9.0.4: .NET 9.0.4
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/112424
- [release/9.0] Fix init race in mono_class_try_get_[shortname]_class. by @github-actions in https://github.com/dotnet/runtime/pull/112296
- [release/9.0] Internal monitor impl not using coop mutex causing deadlocks on Android. by @github-actions in https://github.com/dotnet/runtime/pull/112373
- [release/9.0-staging][iOS][globalization] Fix IndexOf on empty strings on iOS to return -1 by @matouskozak in https://github.com/dotnet/runtime/pull/112012
- [release/9.0] Skip NegotiateStream_StreamToStream_Authentication_EmptyCredentials_Fails on WinSrv 2025 by @rzikm in https://github.com/dotnet/runtime/pull/112473
- [release/9.0-staging] Fix case-insensitive JSON deserialization of enum member names by @github-actions in https://github.com/dotnet/runtime/pull/112057
- [release/9.0-staging] Move generation of SuggestedBindingRedirects.targets to inner build by @github-actions in https://github.com/dotnet/runtime/pull/112487
- [release/9.0-staging] Remove unneeded DiagnosticSource content by @github-actions in https://github.com/dotnet/runtime/pull/112708
- [release/9.0-staging] Fix LINQ handling of iterator.Take(...).Last(...) by @stephentoub in https://github.com/dotnet/runtime/pull/112714
- [release/9.0-staging] [mono][mini] Disable inlining if we encounter class initialization failure by @github-actions in https://github.com/dotnet/runtime/pull/112005
- [release/9.0-staging] [mono][interp] Fix execution of delegate invoke wrapper with interpreter by @github-actions in https://github.com/dotnet/runtime/pull/111700
- [release/9.0-staging] Include PDB for all TfmRuntimeSpecificPackageFile by @github-actions in https://github.com/dotnet/runtime/pull/112139
- [release/9.0-staging] Add support for LDAPTLS_CACERTDIR \ TrustedCertificateDirectory by @steveharter in https://github.com/dotnet/runtime/pull/112531
- [release/9.0-staging] Fix getting resource when ResourceResolve returns assembly with resource that is an assembly ref by @elinor-fung in https://github.com/dotnet/runtime/pull/112893
- [release/9.0-staging] JIT: fix local assertion prop error for partial local comparisons by @github-actions in https://github.com/dotnet/runtime/pull/112539
- [9.0] Make CPU utilization checks in the thread pool configurable by @kouvel in https://github.com/dotnet/runtime/pull/112791
- [release/9.0-staging] Backport "Ship CoreCLR packages in servicing releases" by @amanasifkhalid in https://github.com/dotnet/runtime/pull/113026
- [release/9.0-staging] Fix TensorPrimitives.MultiplyAddEstimate for integers by @github-actions in https://github.com/dotnet/runtime/pull/113094
- [release/9.0-staging] Use invariant culture when formatting transfer capture in regex source generator (#113081) by @stephentoub in https://github.com/dotnet/runtime/pull/113150
- [release/9.0-staging] NativeAOT/Arm64: Do not overwrite gcinfo tracking registers for TLS by @github-actions in https://github.com/dotnet/runtime/pull/112549
- Update branding to 9.0.4 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113226
- [9.0] Make counting of IO completion work items more precise on Windows by @kouvel in https://github.com/dotnet/runtime/pull/112794
- [release/9.0-staging] Remove --no-lock brew flag by @akoeplinger in https://github.com/dotnet/runtime/pull/113281
- [release/9.0-staging] [QUIC] Update MsQuic library version by @github-actions in https://github.com/dotnet/runtime/pull/113205
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113264
- [release/9.0-staging] Update dependencies from dotnet/roslyn-analyzers by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112836
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112835
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112627
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112552
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112522
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112515
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112468
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112514
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112394
- [release/9.0] Fix
BigInteger.Rotate{Left,Right}for backport by @github-actions in https://github.com/dotnet/runtime/pull/112991 - [release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function by @github-actions in https://github.com/dotnet/runtime/pull/113316
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/112628
- [manual] Merge release/9.0-staging into release/9.0 by @carlossanlop in https://github.com/dotnet/runtime/pull/113350
- [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTraceStateAndCorrelationContext by @github-actions in https://github.com/dotnet/runtime/pull/112882
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/113389
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/113333
- [release/9.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/113447
- [release/9.0] fix SBOM issues for runtime by @haruna99 in https://github.com/dotnet/runtime/pull/113463
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.