-
Notifications
You must be signed in to change notification settings - Fork 879
Commit c5457b3
authored
Update dotnet monorepo to v9 (major) (#2023)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[Microsoft.EntityFrameworkCore.Design](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | nuget | major |
`2.3.0` -> `9.0.2` |
|
[Microsoft.EntityFrameworkCore.SqlServer](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | nuget | major |
`2.3.0` -> `9.0.2` |
|
[Microsoft.EntityFrameworkCore.Sqlite](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | nuget | major |
`2.3.0` -> `9.0.2` |
|
[Microsoft.EntityFrameworkCore.Tools](https://docs.microsoft.com/ef/core/)
([source](https://redirect.github.com/dotnet/efcore)) | nuget | major |
`2.3.0` -> `9.0.2` |
|
[Microsoft.Extensions.Configuration.EnvironmentVariables](https://dot.net/)
([source](https://redirect.github.com/dotnet/runtime)) | nuget | major |
`5.0.0` -> `9.0.2` |
| [Microsoft.Extensions.Logging.AzureAppServices](https://asp.net/)
([source](https://redirect.github.com/dotnet/aspnetcore)) | nuget |
major | `2.2.5` -> `9.0.2` |
| [Microsoft.Extensions.Logging.Debug](https://dot.net/)
([source](https://redirect.github.com/dotnet/runtime)) | nuget | major |
`2.2.0` -> `9.0.2` |
|
[Microsoft.VisualStudio.Web.CodeGeneration.Design](https://redirect.github.com/dotnet/Scaffolding)
| nuget | major | `2.2.4` -> `9.0.0` |
|
[mcr.microsoft.com/dotnet/aspnet](https://redirect.github.com/dotnet/aspnetcore)
| final | major | `5.0` -> `9.0` |
| [mcr.microsoft.com/dotnet/sdk](https://redirect.github.com/dotnet/sdk)
| stage | major | `5.0` -> `9.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>dotnet/efcore (Microsoft.EntityFrameworkCore.Design)</summary>
###
[`v9.0.2`](https://redirect.github.com/dotnet/efcore/releases/tag/v9.0.2):
.NET 9.0.2
[Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.2)
##### What's Changed
- \[release/9.0-staging] Fix to
[#​35108](https://redirect.github.com/dotnet/efcore/issues/35108)
- Temporal table migration regression from EF Core 8 to 9 by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/35289](https://redirect.github.com/dotnet/efcore/pull/35289)
- \[release/9.0-staging] Don't throw PendingModelChangesWarning when
applying a specific migration by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35353](https://redirect.github.com/dotnet/efcore/pull/35353)
- \[release/8.0] Update Helix queues by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35408](https://redirect.github.com/dotnet/efcore/pull/35408)
- \[release/9.0] Update Helix queues by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35407](https://redirect.github.com/dotnet/efcore/pull/35407)
- \[release/9.0-staging] Fix to
[#​35239](https://redirect.github.com/dotnet/efcore/issues/35239)
- EF9: SaveChanges() is significantly slower in .NET9 vs. .NET8 when
using .ToJson() Mapping vs. PostgreSQL Legacy POCO mapping by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/35360](https://redirect.github.com/dotnet/efcore/pull/35360)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/35415](https://redirect.github.com/dotnet/efcore/pull/35415)
- \[release/9.0-staging] Don't scaffold NonNullableConventionState
annotation by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35359](https://redirect.github.com/dotnet/efcore/pull/35359)
- Update branding to 8.0.13 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35427](https://redirect.github.com/dotnet/efcore/pull/35427)
- Update branding to 9.0.2 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35428](https://redirect.github.com/dotnet/efcore/pull/35428)
- Merge branch 'release/9.0-staging' => 'release/9.0' by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35463](https://redirect.github.com/dotnet/efcore/pull/35463)
- Merge branch 'release/8.0-staging' => 'release/8.0' by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35464](https://redirect.github.com/dotnet/efcore/pull/35464)
- \[automated] Merge branch 'release/8.0' => 'release/9.0' by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/efcore/pull/35429](https://redirect.github.com/dotnet/efcore/pull/35429)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/35460](https://redirect.github.com/dotnet/efcore/pull/35460)
- Merging internal commits for release/9.0 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35472](https://redirect.github.com/dotnet/efcore/pull/35472)
**Full Changelog**:
https://github.com/dotnet/efcore/compare/v9.0.1...v9.0.2
###
[`v9.0.1`](https://redirect.github.com/dotnet/efcore/releases/tag/v9.0.1):
.NET 9.0.1
[Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.1)
##### What's Changed
- \[release/9.0-staging] Update macOS images to 13 by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35004](https://redirect.github.com/dotnet/efcore/pull/35004)
- \[release/8.0-staging] Update macOS images to 13 by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35005](https://redirect.github.com/dotnet/efcore/pull/35005)
- \[release/9.0-staging TEST ONLY] adjusting some migration tests so
that baselines dont depend on the product version by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/34977](https://redirect.github.com/dotnet/efcore/pull/34977)
- Update branding to 8.0.12 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35048](https://redirect.github.com/dotnet/efcore/pull/35048)
- Update branding to 9.0.1 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35049](https://redirect.github.com/dotnet/efcore/pull/35049)
- Merge branch 'release/8.0' into release/8.0-staging by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35055](https://redirect.github.com/dotnet/efcore/pull/35055)
- Merge branch 'release/9.0' into release/9.0-staging by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35056](https://redirect.github.com/dotnet/efcore/pull/35056)
- Merge branch 'release/8.0-staging' => 'release/8.0' by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35077](https://redirect.github.com/dotnet/efcore/pull/35077)
- Merge branch 'release/9.0-staging' => 'release/9.0' by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35078](https://redirect.github.com/dotnet/efcore/pull/35078)
- \[automated] Merge branch 'release/8.0' => 'release/9.0' by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/efcore/pull/35050](https://redirect.github.com/dotnet/efcore/pull/35050)
- Merging internal commits for release/8.0 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35081](https://redirect.github.com/dotnet/efcore/pull/35081)
- Merging internal commits for release/9.0 by
[@​vseanreesermsft](https://redirect.github.com/vseanreesermsft)
in
[https://github.com/dotnet/efcore/pull/35083](https://redirect.github.com/dotnet/efcore/pull/35083)
- \[automated] Merge branch 'release/8.0' => 'release/9.0' by
[@​github-actions](https://redirect.github.com/github-actions) in
[https://github.com/dotnet/efcore/pull/35085](https://redirect.github.com/dotnet/efcore/pull/35085)
- \[released/9.0] Add missing awaits in MigrationsInfrastructureTestBase
by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/35107](https://redirect.github.com/dotnet/efcore/pull/35107)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/35137](https://redirect.github.com/dotnet/efcore/pull/35137)
- \[release/9.0] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/35199](https://redirect.github.com/dotnet/efcore/pull/35199)
- \[release/9.0] Fix TPC equality check inside subquery predicate
([#​35120](https://redirect.github.com/dotnet/efcore/issues/35120))
by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/35201](https://redirect.github.com/dotnet/efcore/pull/35201)
- \[release/9.0] Add missing Converts when simplifying in funcletizer
([#​35122](https://redirect.github.com/dotnet/efcore/issues/35122))
by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/35202](https://redirect.github.com/dotnet/efcore/pull/35202)
- \[release/9.0] Correct VisitUnary operand evaluation in funcletizer
([#​35172](https://redirect.github.com/dotnet/efcore/issues/35172))
by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/35203](https://redirect.github.com/dotnet/efcore/pull/35203)
- \[release/9.0-staging] Fix to
[#​35206](https://redirect.github.com/dotnet/efcore/issues/35206)
- Query/Perf: don't use Invoke in value comparer lambdas when
constructing shaper with PopulateCollection by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/35207](https://redirect.github.com/dotnet/efcore/pull/35207)
- \[release/9.0-staging] Fix to
[#​35208](https://redirect.github.com/dotnet/efcore/issues/35208)
- Query/Perf: don't compile liftable constant resolvers in
interpretation mode by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/35211](https://redirect.github.com/dotnet/efcore/pull/35211)
- \[release/9.0] Enable Cosmos vector search on EF9 by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/35183](https://redirect.github.com/dotnet/efcore/pull/35183)
- \[release/9.0] Return null when the type is nullable for Cosmos
Max/Min/Average by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/35216](https://redirect.github.com/dotnet/efcore/pull/35216)
- \[release/9.0-staging] Fix to
[#​35212](https://redirect.github.com/dotnet/efcore/issues/35212)
- Query/Perf: Compile identifier lambdas passed to
PopulateIncludeCollection rather than inline by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/35217](https://redirect.github.com/dotnet/efcore/pull/35217)
- \[release/9.0] Uniquify all variables used in SQL Server migration
scripts by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35228](https://redirect.github.com/dotnet/efcore/pull/35228)
- \[release/9.0] Avoid using `^` and `~` when invalid because of value
converters by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/35241](https://redirect.github.com/dotnet/efcore/pull/35241)
- \[release/9.0] Prevent owner entity from becoming optional by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35222](https://redirect.github.com/dotnet/efcore/pull/35222)
- \[release/9.0] Set environment variables to "Development" when
creating DbContext using IDesignTimeDbContextFactory by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35230](https://redirect.github.com/dotnet/efcore/pull/35230)
- \[release/9.0] Fix query filters with context accessors by
[@​cincuranet](https://redirect.github.com/cincuranet) in
[https://github.com/dotnet/efcore/pull/35246](https://redirect.github.com/dotnet/efcore/pull/35246)
- \[release/9.0] Add more specific messages when pending model changes
are detected by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35221](https://redirect.github.com/dotnet/efcore/pull/35221)
- \[release/9.0] Fix Contains on ImmutableArray by
[@​cincuranet](https://redirect.github.com/cincuranet) in
[https://github.com/dotnet/efcore/pull/35251](https://redirect.github.com/dotnet/efcore/pull/35251)
- Merge branch 'release/9.0-staging' into release/9.0 by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35255](https://redirect.github.com/dotnet/efcore/pull/35255)
- \[release/9.0] Don't suppress transactions when creating the history
repository by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/35266](https://redirect.github.com/dotnet/efcore/pull/35266)
**Full Changelog**:
https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.1
###
[`v9.0.0`](https://redirect.github.com/dotnet/efcore/releases/tag/v9.0.0):
.NET 9.0.0
[Release](https://redirect.github.com/dotnet/core/releases/tag/v9.0.0)
##### What's Changed
- Update branding to 9.0-alpha1 by
[@​wtgodbe](https://redirect.github.com/wtgodbe) in
[https://github.com/dotnet/efcore/pull/31465](https://redirect.github.com/dotnet/efcore/pull/31465)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31467](https://redirect.github.com/dotnet/efcore/pull/31467)
- Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.9 to
7.0.10 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/dotnet/efcore/pull/31461](https://redirect.github.com/dotnet/efcore/pull/31461)
- Bump Microsoft.Azure.Cosmos from 3.35.2 to 3.35.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/efcore/pull/31463](https://redirect.github.com/dotnet/efcore/pull/31463)
- Bump Microsoft.AspNetCore.OData from 8.2.0 to 8.2.1 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/efcore/pull/31462](https://redirect.github.com/dotnet/efcore/pull/31462)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31474](https://redirect.github.com/dotnet/efcore/pull/31474)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31483](https://redirect.github.com/dotnet/efcore/pull/31483)
- Fixes and improvements to StartsWith/EndsWith/Contains by
[@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/31482](https://redirect.github.com/dotnet/efcore/pull/31482)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31421](https://redirect.github.com/dotnet/efcore/pull/31421)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31499](https://redirect.github.com/dotnet/efcore/pull/31499)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31509](https://redirect.github.com/dotnet/efcore/pull/31509)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31510](https://redirect.github.com/dotnet/efcore/pull/31510)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31512](https://redirect.github.com/dotnet/efcore/pull/31512)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31516](https://redirect.github.com/dotnet/efcore/pull/31516)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31523](https://redirect.github.com/dotnet/efcore/pull/31523)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31524](https://redirect.github.com/dotnet/efcore/pull/31524)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31526](https://redirect.github.com/dotnet/efcore/pull/31526)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31528](https://redirect.github.com/dotnet/efcore/pull/31528)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31542](https://redirect.github.com/dotnet/efcore/pull/31542)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31566](https://redirect.github.com/dotnet/efcore/pull/31566)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31575](https://redirect.github.com/dotnet/efcore/pull/31575)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31582](https://redirect.github.com/dotnet/efcore/pull/31582)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31598](https://redirect.github.com/dotnet/efcore/pull/31598)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31601](https://redirect.github.com/dotnet/efcore/pull/31601)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31624](https://redirect.github.com/dotnet/efcore/pull/31624)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31632](https://redirect.github.com/dotnet/efcore/pull/31632)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31635](https://redirect.github.com/dotnet/efcore/pull/31635)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31636](https://redirect.github.com/dotnet/efcore/pull/31636)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31560](https://redirect.github.com/dotnet/efcore/pull/31560)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31640](https://redirect.github.com/dotnet/efcore/pull/31640)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31641](https://redirect.github.com/dotnet/efcore/pull/31641)
- Add readme file for nuget package EFCore.Tools by
[@​lyndaidaii](https://redirect.github.com/lyndaidaii) in
[https://github.com/dotnet/efcore/pull/30470](https://redirect.github.com/dotnet/efcore/pull/30470)
- Add readme for EFcore.Desgin NuGet package by
[@​lyndaidaii](https://redirect.github.com/lyndaidaii) in
[https://github.com/dotnet/efcore/pull/30471](https://redirect.github.com/dotnet/efcore/pull/30471)
- Add readme for sql server by
[@​lyndaidaii](https://redirect.github.com/lyndaidaii) in
[https://github.com/dotnet/efcore/pull/30466](https://redirect.github.com/dotnet/efcore/pull/30466)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31648](https://redirect.github.com/dotnet/efcore/pull/31648)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31649](https://redirect.github.com/dotnet/efcore/pull/31649)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31650](https://redirect.github.com/dotnet/efcore/pull/31650)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31654](https://redirect.github.com/dotnet/efcore/pull/31654)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31660](https://redirect.github.com/dotnet/efcore/pull/31660)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31667](https://redirect.github.com/dotnet/efcore/pull/31667)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31668](https://redirect.github.com/dotnet/efcore/pull/31668)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31670](https://redirect.github.com/dotnet/efcore/pull/31670)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31671](https://redirect.github.com/dotnet/efcore/pull/31671)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31674](https://redirect.github.com/dotnet/efcore/pull/31674)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31669](https://redirect.github.com/dotnet/efcore/pull/31669)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31678](https://redirect.github.com/dotnet/efcore/pull/31678)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31686](https://redirect.github.com/dotnet/efcore/pull/31686)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31690](https://redirect.github.com/dotnet/efcore/pull/31690)
- Update SDK version by
[@​sebastienros](https://redirect.github.com/sebastienros) in
[https://github.com/dotnet/efcore/pull/31693](https://redirect.github.com/dotnet/efcore/pull/31693)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31698](https://redirect.github.com/dotnet/efcore/pull/31698)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31699](https://redirect.github.com/dotnet/efcore/pull/31699)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31701](https://redirect.github.com/dotnet/efcore/pull/31701)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31706](https://redirect.github.com/dotnet/efcore/pull/31706)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31708](https://redirect.github.com/dotnet/efcore/pull/31708)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31719](https://redirect.github.com/dotnet/efcore/pull/31719)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31715](https://redirect.github.com/dotnet/efcore/pull/31715)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31723](https://redirect.github.com/dotnet/efcore/pull/31723)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31728](https://redirect.github.com/dotnet/efcore/pull/31728)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31734](https://redirect.github.com/dotnet/efcore/pull/31734)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31737](https://redirect.github.com/dotnet/efcore/pull/31737)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31745](https://redirect.github.com/dotnet/efcore/pull/31745)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31747](https://redirect.github.com/dotnet/efcore/pull/31747)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31748](https://redirect.github.com/dotnet/efcore/pull/31748)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31738](https://redirect.github.com/dotnet/efcore/pull/31738)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31756](https://redirect.github.com/dotnet/efcore/pull/31756)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31759](https://redirect.github.com/dotnet/efcore/pull/31759)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31761](https://redirect.github.com/dotnet/efcore/pull/31761)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31762](https://redirect.github.com/dotnet/efcore/pull/31762)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31763](https://redirect.github.com/dotnet/efcore/pull/31763)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31765](https://redirect.github.com/dotnet/efcore/pull/31765)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31766](https://redirect.github.com/dotnet/efcore/pull/31766)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31769](https://redirect.github.com/dotnet/efcore/pull/31769)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31772](https://redirect.github.com/dotnet/efcore/pull/31772)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31774](https://redirect.github.com/dotnet/efcore/pull/31774)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31775](https://redirect.github.com/dotnet/efcore/pull/31775)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31786](https://redirect.github.com/dotnet/efcore/pull/31786)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31794](https://redirect.github.com/dotnet/efcore/pull/31794)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31795](https://redirect.github.com/dotnet/efcore/pull/31795)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31797](https://redirect.github.com/dotnet/efcore/pull/31797)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31798](https://redirect.github.com/dotnet/efcore/pull/31798)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31802](https://redirect.github.com/dotnet/efcore/pull/31802)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31803](https://redirect.github.com/dotnet/efcore/pull/31803)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31805](https://redirect.github.com/dotnet/efcore/pull/31805)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31800](https://redirect.github.com/dotnet/efcore/pull/31800)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31809](https://redirect.github.com/dotnet/efcore/pull/31809)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31812](https://redirect.github.com/dotnet/efcore/pull/31812)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31815](https://redirect.github.com/dotnet/efcore/pull/31815)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31816](https://redirect.github.com/dotnet/efcore/pull/31816)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31820](https://redirect.github.com/dotnet/efcore/pull/31820)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31823](https://redirect.github.com/dotnet/efcore/pull/31823)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31824](https://redirect.github.com/dotnet/efcore/pull/31824)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31825](https://redirect.github.com/dotnet/efcore/pull/31825)
- Fix to
[#​31448](https://redirect.github.com/dotnet/efcore/issues/31448)
Use token for NonQueryResultAsync by
[@​dsgordeev](https://redirect.github.com/dsgordeev) in
[https://github.com/dotnet/efcore/pull/31449](https://redirect.github.com/dotnet/efcore/pull/31449)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31852](https://redirect.github.com/dotnet/efcore/pull/31852)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31874](https://redirect.github.com/dotnet/efcore/pull/31874)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31877](https://redirect.github.com/dotnet/efcore/pull/31877)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31879](https://redirect.github.com/dotnet/efcore/pull/31879)
- \[automated] Merge branch 'release/8.0' => 'main' by
[@​dotnet-maestro-bot](https://redirect.github.com/dotnet-maestro-bot)
in
[https://github.com/dotnet/efcore/pull/31880](https://redirect.github.com/dotnet/efcore/pull/31880)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31883](https://redirect.github.com/dotnet/efcore/pull/31883)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31893](https://redirect.github.com/dotnet/efcore/pull/31893)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31899](https://redirect.github.com/dotnet/efcore/pull/31899)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31900](https://redirect.github.com/dotnet/efcore/pull/31900)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31902](https://redirect.github.com/dotnet/efcore/pull/31902)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31907](https://redirect.github.com/dotnet/efcore/pull/31907)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31908](https://redirect.github.com/dotnet/efcore/pull/31908)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31909](https://redirect.github.com/dotnet/efcore/pull/31909)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31911](https://redirect.github.com/dotnet/efcore/pull/31911)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31914](https://redirect.github.com/dotnet/efcore/pull/31914)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31918](https://redirect.github.com/dotnet/efcore/pull/31918)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31919](https://redirect.github.com/dotnet/efcore/pull/31919)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31920](https://redirect.github.com/dotnet/efcore/pull/31920)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31921](https://redirect.github.com/dotnet/efcore/pull/31921)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31924](https://redirect.github.com/dotnet/efcore/pull/31924)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31925](https://redirect.github.com/dotnet/efcore/pull/31925)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31927](https://redirect.github.com/dotnet/efcore/pull/31927)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31929](https://redirect.github.com/dotnet/efcore/pull/31929)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31931](https://redirect.github.com/dotnet/efcore/pull/31931)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31932](https://redirect.github.com/dotnet/efcore/pull/31932)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31935](https://redirect.github.com/dotnet/efcore/pull/31935)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31940](https://redirect.github.com/dotnet/efcore/pull/31940)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31944](https://redirect.github.com/dotnet/efcore/pull/31944)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31955](https://redirect.github.com/dotnet/efcore/pull/31955)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31958](https://redirect.github.com/dotnet/efcore/pull/31958)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31959](https://redirect.github.com/dotnet/efcore/pull/31959)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31963](https://redirect.github.com/dotnet/efcore/pull/31963)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31971](https://redirect.github.com/dotnet/efcore/pull/31971)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31973](https://redirect.github.com/dotnet/efcore/pull/31973)
- Remove quirks from main by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/31976](https://redirect.github.com/dotnet/efcore/pull/31976)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31980](https://redirect.github.com/dotnet/efcore/pull/31980)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31992](https://redirect.github.com/dotnet/efcore/pull/31992)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/31995](https://redirect.github.com/dotnet/efcore/pull/31995)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32001](https://redirect.github.com/dotnet/efcore/pull/32001)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32011](https://redirect.github.com/dotnet/efcore/pull/32011)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32024](https://redirect.github.com/dotnet/efcore/pull/32024)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32034](https://redirect.github.com/dotnet/efcore/pull/32034)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32000](https://redirect.github.com/dotnet/efcore/pull/32000)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32044](https://redirect.github.com/dotnet/efcore/pull/32044)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32050](https://redirect.github.com/dotnet/efcore/pull/32050)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32054](https://redirect.github.com/dotnet/efcore/pull/32054)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32057](https://redirect.github.com/dotnet/efcore/pull/32057)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32060](https://redirect.github.com/dotnet/efcore/pull/32060)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32074](https://redirect.github.com/dotnet/efcore/pull/32074)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32081](https://redirect.github.com/dotnet/efcore/pull/32081)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32096](https://redirect.github.com/dotnet/efcore/pull/32096)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32106](https://redirect.github.com/dotnet/efcore/pull/32106)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32118](https://redirect.github.com/dotnet/efcore/pull/32118)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32125](https://redirect.github.com/dotnet/efcore/pull/32125)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32132](https://redirect.github.com/dotnet/efcore/pull/32132)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32133](https://redirect.github.com/dotnet/efcore/pull/32133)
- \[main] Fix to
[#​32023](https://redirect.github.com/dotnet/efcore/issues/32023)
- Case expressions may only be nested to level 10 when using
SplitQuery() or ToList() inside projection. by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/32094](https://redirect.github.com/dotnet/efcore/pull/32094)
- \[main] Fix to
[#​32062](https://redirect.github.com/dotnet/efcore/issues/32062)
- Altering a nullable column to not null generates invalid SQL commands
for migration by [@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/32102](https://redirect.github.com/dotnet/efcore/pull/32102)
- Bump Azure.Identity from 1.10.2 to 1.10.3 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/efcore/pull/32139](https://redirect.github.com/dotnet/efcore/pull/32139)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32153](https://redirect.github.com/dotnet/efcore/pull/32153)
- Change IStateManager.StartTrackingFromQuery to use ISnapshot instead
of ValueBuffer by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32099](https://redirect.github.com/dotnet/efcore/pull/32099)
- Use OrderedDictionary or Dictionary instead of SortedDictionary in
RuntimeModel by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32124](https://redirect.github.com/dotnet/efcore/pull/32124)
- Make SQL CLR optional for running EF tests by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/32143](https://redirect.github.com/dotnet/efcore/pull/32143)
- Add a logo by [@​bricelam](https://redirect.github.com/bricelam)
in
[https://github.com/dotnet/efcore/pull/32156](https://redirect.github.com/dotnet/efcore/pull/32156)
- SqlServer: Fix FreeText parameter type mapping by
[@​bricelam](https://redirect.github.com/bricelam) in
[https://github.com/dotnet/efcore/pull/32163](https://redirect.github.com/dotnet/efcore/pull/32163)
- Fix failing tests by
[@​bricelam](https://redirect.github.com/bricelam) in
[https://github.com/dotnet/efcore/pull/32164](https://redirect.github.com/dotnet/efcore/pull/32164)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32162](https://redirect.github.com/dotnet/efcore/pull/32162)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32175](https://redirect.github.com/dotnet/efcore/pull/32175)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32177](https://redirect.github.com/dotnet/efcore/pull/32177)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32182](https://redirect.github.com/dotnet/efcore/pull/32182)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32183](https://redirect.github.com/dotnet/efcore/pull/32183)
- Bump Microsoft.Data.SqlClient from 5.1.1 to 5.1.2 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/efcore/pull/32187](https://redirect.github.com/dotnet/efcore/pull/32187)
- Bump Microsoft.Azure.Cosmos from 3.35.4 to 3.36.0 by
[@​dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dotnet/efcore/pull/32188](https://redirect.github.com/dotnet/efcore/pull/32188)
- Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.12 to
7.0.13 by [@​dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/dotnet/efcore/pull/32189](https://redirect.github.com/dotnet/efcore/pull/32189)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32195](https://redirect.github.com/dotnet/efcore/pull/32195)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32200](https://redirect.github.com/dotnet/efcore/pull/32200)
- Update DailyBuilds to indicate build to use for EF8 by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/32210](https://redirect.github.com/dotnet/efcore/pull/32210)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32211](https://redirect.github.com/dotnet/efcore/pull/32211)
- Refactor out the baselines for CSharpRuntimeModelCodeGeneratorTest by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32196](https://redirect.github.com/dotnet/efcore/pull/32196)
- Allow to ignore attributes when finding type mapping by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32193](https://redirect.github.com/dotnet/efcore/pull/32193)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32226](https://redirect.github.com/dotnet/efcore/pull/32226)
- Take into account Contains item visitation in SqlNullabilityProcessor
by [@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/32214](https://redirect.github.com/dotnet/efcore/pull/32214)
- Visit arguments in QueryableMethodNormalizingExpressionVisitor after
converting List.Contains by
[@​roji](https://redirect.github.com/roji) in
[https://github.com/dotnet/efcore/pull/32219](https://redirect.github.com/dotnet/efcore/pull/32219)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32232](https://redirect.github.com/dotnet/efcore/pull/32232)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32236](https://redirect.github.com/dotnet/efcore/pull/32236)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32240](https://redirect.github.com/dotnet/efcore/pull/32240)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32241](https://redirect.github.com/dotnet/efcore/pull/32241)
- Replace explicit richCodeNavigationEnvironment in
azure-pipelines-richnav.yml by
[@​akoeplinger](https://redirect.github.com/akoeplinger) in
[https://github.com/dotnet/efcore/pull/32082](https://redirect.github.com/dotnet/efcore/pull/32082)
- Revert to latest public preview of the .NET SDK by
[@​bricelam](https://redirect.github.com/bricelam) in
[https://github.com/dotnet/efcore/pull/32203](https://redirect.github.com/dotnet/efcore/pull/32203)
- Scaffolding: Handle unknown computed column SQL in model factory by
[@​bricelam](https://redirect.github.com/bricelam) in
[https://github.com/dotnet/efcore/pull/32251](https://redirect.github.com/dotnet/efcore/pull/32251)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32247](https://redirect.github.com/dotnet/efcore/pull/32247)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32254](https://redirect.github.com/dotnet/efcore/pull/32254)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32262](https://redirect.github.com/dotnet/efcore/pull/32262)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32268](https://redirect.github.com/dotnet/efcore/pull/32268)
- \[main] Update dependencies from dotnet/arcade by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32281](https://redirect.github.com/dotnet/efcore/pull/32281)
- \[main] Update dependencies from dotnet/runtime by
[@​dotnet-maestro](https://redirect.github.com/dotnet-maestro) in
[https://github.com/dotnet/efcore/pull/32282](https://redirect.github.com/dotnet/efcore/pull/32282)
- Temporal table migrations refactor. by
[@​maumar](https://redirect.github.com/maumar) in
[https://github.com/dotnet/efcore/pull/32239](https://redirect.github.com/dotnet/efcore/pull/32239)
- Improve some exception messages. by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32260](https://redirect.github.com/dotnet/efcore/pull/32260)
- Remove quirks by
[@​ajcvickers](https://redirect.github.com/ajcvickers) in
[https://github.com/dotnet/efcore/pull/32292](https://redirect.github.com/dotnet/efcore/pull/32292)
- Add more tests for ConventionSet and fix the found issues. by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32220](https://redirect.github.com/dotnet/efcore/pull/32220)
- Make ModelBuilderTest asserts more robust and extensible by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32221](https://redirect.github.com/dotnet/efcore/pull/32221)
- Update to .NET 8 GA by
[@​bricelam](https://redirect.github.com/bricelam) in
[https://github.com/dotnet/efcore/pull/32298](https://redirect.github.com/dotnet/efcore/pull/32298)
- Adjust test class names and namespaces by
[@​AndriySvyryd](https://redirect.github.com/AndriySvyryd) in
[https://github.com/dotnet/efcore/pull/32289](https://redirect.github.com/dotnet/efcore/pull/32289)
- Add primitive collection regression test by
[@​roji](https://redirect.github.com/roji) i
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 8333372 commit c5457b3Copy full SHA for c5457b3
File tree
3 files changed
+10
-10
lines changedFilter options
- classic-azure-ts-appservice-devops/src
- docker-cs-multi-container-app/App
3 files changed
+10
-10
lines changedclassic-azure-ts-appservice-devops/src/DotNetCoreSqlDb.csproj
Copy file name to clipboardExpand all lines: classic-azure-ts-appservice-devops/src/DotNetCoreSqlDb.csproj+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
docker-cs-multi-container-app/App/App.csproj
Copy file name to clipboardExpand all lines: docker-cs-multi-container-app/App/App.csproj+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
docker-cs-multi-container-app/App/Dockerfile
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
0 commit comments