dotnet/efcore (Microsoft.EntityFrameworkCore.Sqlite)
### [`v8.0.2`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.2): EF Core 8.0.2
EF Core 8.0.2 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed):
- [Adding EF.Constant to prevent parameterization in query](https://togithub.com/dotnet/efcore/issues/32680)
- [Nav expansion visitor does not visit the Contains item argument](https://togithub.com/dotnet/efcore/issues/32217)
- [SqliteException "no such column : rX.value" when ordering on subquery value in combination with a "where contains" when upgrading from 7 to 8.0.0-rc.2.23480.1](https://togithub.com/dotnet/efcore/issues/32234)
- [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://togithub.com/dotnet/efcore/issues/32267)
- [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://togithub.com/dotnet/efcore/issues/32312)
- [LINQ "Contains" generates SQL with wrong char length](https://togithub.com/dotnet/efcore/issues/32325)
- [Using new\[\] in select query gives exception .NET 8](https://togithub.com/dotnet/efcore/issues/32331)
- [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://togithub.com/dotnet/efcore/issues/32363)
- [New OpenJSON expression to SQL translation breaks aggregates on subquery with 'Cannot perform an aggregate function on an expression containing an aggregate or a subquery' exception](https://togithub.com/dotnet/efcore/issues/32374)
- [Did Contains stop working on empty list in EF Core 8?](https://togithub.com/dotnet/efcore/issues/32375)
- [LINQ "Contains" fails to generate SQL with custom converter](https://togithub.com/dotnet/efcore/issues/32376)
- [error on working with explicit many-to-many relations with OnDelete.Restrict](https://togithub.com/dotnet/efcore/issues/32383)
- [Lazy loader throwing invalid operation exceptions](https://togithub.com/dotnet/efcore/issues/32390)
- [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://togithub.com/dotnet/efcore/issues/32410)
- [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://togithub.com/dotnet/efcore/issues/32411)
- [Inconsistent behavior related to relationship cycle](https://togithub.com/dotnet/efcore/issues/32422)
- [Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8](https://togithub.com/dotnet/efcore/issues/32430)
- [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://togithub.com/dotnet/efcore/issues/32432)
- [Migrations bug when creating stored procedure with GOTO statement](https://togithub.com/dotnet/efcore/issues/32457)
- [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://togithub.com/dotnet/efcore/issues/32571)
- [Contains translates to correlated query when the item is nullable](https://togithub.com/dotnet/efcore/issues/32574)
- [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://togithub.com/dotnet/efcore/issues/32601)
- [String comparison fails when using const and compiled Models.](https://togithub.com/dotnet/efcore/issues/32617)
- [Exception when writing a JSON column with negative enum value](https://togithub.com/dotnet/efcore/issues/32679)
- [Getting errors when mixing DbFunction and SqlQueryRaw](https://togithub.com/dotnet/efcore/issues/32680)
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
8.0.1
->8.0.2
Release Notes
dotnet/efcore (Microsoft.EntityFrameworkCore.Sqlite)
### [`v8.0.2`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.2): EF Core 8.0.2 EF Core 8.0.2 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed): - [Adding EF.Constant to prevent parameterization in query](https://togithub.com/dotnet/efcore/issues/32680) - [Nav expansion visitor does not visit the Contains item argument](https://togithub.com/dotnet/efcore/issues/32217) - [SqliteException "no such column : rX.value" when ordering on subquery value in combination with a "where contains" when upgrading from 7 to 8.0.0-rc.2.23480.1](https://togithub.com/dotnet/efcore/issues/32234) - [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://togithub.com/dotnet/efcore/issues/32267) - [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://togithub.com/dotnet/efcore/issues/32312) - [LINQ "Contains" generates SQL with wrong char length](https://togithub.com/dotnet/efcore/issues/32325) - [Using new\[\] in select query gives exception .NET 8](https://togithub.com/dotnet/efcore/issues/32331) - [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://togithub.com/dotnet/efcore/issues/32363) - [New OpenJSON expression to SQL translation breaks aggregates on subquery with 'Cannot perform an aggregate function on an expression containing an aggregate or a subquery' exception](https://togithub.com/dotnet/efcore/issues/32374) - [Did Contains stop working on empty list in EF Core 8?](https://togithub.com/dotnet/efcore/issues/32375) - [LINQ "Contains" fails to generate SQL with custom converter](https://togithub.com/dotnet/efcore/issues/32376) - [error on working with explicit many-to-many relations with OnDelete.Restrict](https://togithub.com/dotnet/efcore/issues/32383) - [Lazy loader throwing invalid operation exceptions](https://togithub.com/dotnet/efcore/issues/32390) - [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://togithub.com/dotnet/efcore/issues/32410) - [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://togithub.com/dotnet/efcore/issues/32411) - [Inconsistent behavior related to relationship cycle](https://togithub.com/dotnet/efcore/issues/32422) - [Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8](https://togithub.com/dotnet/efcore/issues/32430) - [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://togithub.com/dotnet/efcore/issues/32432) - [Migrations bug when creating stored procedure with GOTO statement](https://togithub.com/dotnet/efcore/issues/32457) - [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://togithub.com/dotnet/efcore/issues/32571) - [Contains translates to correlated query when the item is nullable](https://togithub.com/dotnet/efcore/issues/32574) - [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://togithub.com/dotnet/efcore/issues/32601) - [String comparison fails when using const and compiled Models.](https://togithub.com/dotnet/efcore/issues/32617) - [Exception when writing a JSON column with negative enum value](https://togithub.com/dotnet/efcore/issues/32679) - [Getting errors when mixing DbFunction and SqlQueryRaw](https://togithub.com/dotnet/efcore/issues/32680)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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.