Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.
EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Constructor calls when using inheritance with owned entities causes exceptions
- Missing package README file
- String properties with indexes are compared case insensitively on SQL Server
- Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions
- Exception when using FromSql on entity with ComplexProperty
- IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH
- SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines
- NullReferenceException in Get-Migration in EF Core 8
- Owned entity on genericly typed entity generates unwanted steps in new migrations
- Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.
- Query never returns when DB value for column mapped to primitive collection is
EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Adding EF.Constant to prevent parameterization in query
- Nav expansion visitor does not visit the Contains item argument
- 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
- DB Context pooling with proxies resulting in memory issues in 8.0 RC2
- Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)
- LINQ "Contains" generates SQL with wrong char length
- Using new[] in select query gives exception .NET 8
- EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')
- 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
- Did Contains stop working on empty list in EF Core 8?
- LINQ "Contains" fails to generate SQL with custom converter
- error on working with explicit many-to-many relations with OnDelete.Restrict
- Lazy loader throwing invalid operation exceptions
- Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour
- Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer
- Inconsistent behavior related to relationship cycle
- Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8
- Incorrect parameter rewriting for string StartsWith/EndsWith/Contains
- Migrations bug when creating stored procedure with GOTO statement
- Unable to Scaffold DBContext if tables in SQL Server have certain names
- Contains translates to correlated query when the item is nullable
- FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder
- String comparison fails when using const and compiled Models.
- Exception when writing a JSON column with negative enum value
- Getting errors when mixing DbFunction and SqlQueryRaw
c2f9969
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime643cc0c
Merged PR 37300: [internal/release/8.0] Merge from publicfc286f0
Merge branch 'release/7.0' into release/8.0cd613cf
Merge branch 'release/6.0' into release/7.0c502ea4
Update dependencies from https://github.com/dotnet/arcade
build 20240214.2 (#...3255350
Update dependencies from https://github.com/dotnet/arcade
build 20240213.1 (#...cad3107
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtimece101e4
Update dependencies from https://github.com/dotnet/arcade
build 20240213.2 (#...b0866ef
Merge in 'release/8.0' changesa604b72
Merge branch 'release/7.0' into release/8.0Sourced from Microsoft.EntityFrameworkCore's releases.
EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Constructor calls when using inheritance with owned entities causes exceptions
- Missing package README file
- String properties with indexes are compared case insensitively on SQL Server
- Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions
- Exception when using FromSql on entity with ComplexProperty
- IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH
- SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines
- NullReferenceException in Get-Migration in EF Core 8
- Owned entity on genericly typed entity generates unwanted steps in new migrations
- Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.
- Query never returns when DB value for column mapped to primitive collection is
c2f9969
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime643cc0c
Merged PR 37300: [internal/release/8.0] Merge from publicfc286f0
Merge branch 'release/7.0' into release/8.0cd613cf
Merge branch 'release/6.0' into release/7.0c502ea4
Update dependencies from https://github.com/dotnet/arcade
build 20240214.2 (#...3255350
Update dependencies from https://github.com/dotnet/arcade
build 20240213.1 (#...cad3107
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtimece101e4
Update dependencies from https://github.com/dotnet/arcade
build 20240213.2 (#...b0866ef
Merge in 'release/8.0' changesa604b72
Merge branch 'release/7.0' into release/8.0Sourced from Microsoft.EntityFrameworkCore.Abstractions's releases.
EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Constructor calls when using inheritance with owned entities causes exceptions
- Missing package README file
- String properties with indexes are compared case insensitively on SQL Server
- Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions
- Exception when using FromSql on entity with ComplexProperty
- IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH
- SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines
- NullReferenceException in Get-Migration in EF Core 8
- Owned entity on genericly typed entity generates unwanted steps in new migrations
- Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.
- Query never returns when DB value for column mapped to primitive collection is
c2f9969
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime643cc0c
Merged PR 37300: [internal/release/8.0] Merge from publicfc286f0
Merge branch 'release/7.0' into release/8.0cd613cf
Merge branch 'release/6.0' into release/7.0c502ea4
Update dependencies from https://github.com/dotnet/arcade
build 20240214.2 (#...3255350
Update dependencies from https://github.com/dotnet/arcade
build 20240213.1 (#...cad3107
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtimece101e4
Update dependencies from https://github.com/dotnet/arcade
build 20240213.2 (#...b0866ef
Merge in 'release/8.0' changesa604b72
Merge branch 'release/7.0' into release/8.0Sourced from Microsoft.EntityFrameworkCore.Analyzers's releases.
EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Constructor calls when using inheritance with owned entities causes exceptions
- Missing package README file
- String properties with indexes are compared case insensitively on SQL Server
- Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions
- Exception when using FromSql on entity with ComplexProperty
- IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH
- SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines
- NullReferenceException in Get-Migration in EF Core 8
- Owned entity on genericly typed entity generates unwanted steps in new migrations
- Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.
- Query never returns when DB value for column mapped to primitive collection is
c2f9969
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime643cc0c
Merged PR 37300: [internal/release/8.0] Merge from publicfc286f0
Merge branch 'release/7.0' into release/8.0cd613cf
Merge branch 'release/6.0' into release/7.0c502ea4
Update dependencies from https://github.com/dotnet/arcade
build 20240214.2 (#...3255350
Update dependencies from https://github.com/dotnet/arcade
build 20240213.1 (#...cad3107
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtimece101e4
Update dependencies from https://github.com/dotnet/arcade
build 20240213.2 (#...b0866ef
Merge in 'release/8.0' changesa604b72
Merge branch 'release/7.0' into release/8.0