Package Dependencies: Bump Npgsql.EntityFrameworkCore.PostgreSQL, Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational
Bumps Npgsql.EntityFrameworkCore.PostgreSQL, Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational. These dependencies needed to be updated together.
Updates Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.0 to 8.0.8
Release notes
Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.
v8.0.2
This is the first patch release following 8.0.0, with 15 bug fixes.
The full list of changes is available here.
Commits
55dd99eProperly escape constant regex patterns (#3299)3ebe6f5Bump some test dependencies to avoid CVE warnings2b5d63eTest fixes for 8.0.x syncd856230Bump version to 8.0.8aec0d1fCorrect non-NodaTime date/time type mappings when NodaTime is configured (#3214)8a4c25bAdd ordering by ordinality column for primitive collections (#3209)1292512Add missing check for predicate in primitive collection simplifications (#3196)a2ce3eeBump version to 8.0.551faf6eFix NpgsqlCharacterStringTypeMapping for compiled modele3a6f37Bump version to 8.0.4- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore from 8.0.1 to 8.0.8
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
.NET 8.0.8
EF Core 8.0.7 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- [Missing checks for predicate when simplifying JSON primitive collections](https://github.com/dotnet/efcore/issues/ #33932
- [Discriminator columns are created in Snapshot for wrongly configured TPC mapping strategy](https://github.com/dotnet/efcore/issues/ 33605)
- Breaking Change in 8.0.4: System.InvalidOperationException: The data is NULL at ordinal 0. This method can't be called on NULL values. Check using IsDBNull before calling.
- Wrong mapping of nested complex property with generic types and same property name, resulting in InvalidCastException
EF Core 8.0.6
This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.
EF Core 8.0.5
This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.
EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Incorrect apply projection for complex properties
- The database default created by Migrations for primitive collections mapped to JSON is invalid
- Filtering by Contains with HierarchyId and AsSplitQuery is not working
- Unfulfillable nullable contraints are set for complex types with TPH entities
- OutOfMemoryException when creating migration using ef tool
- SQL Server: Should retry on 203
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
... (truncated)
Commits
90d0799Merged PR 41167: Temporarily work around '/' in dSASe7f0165Merged PR 41160: Temporarily work around '/' in dSASecfccf0Merged PR 41109: [internal/release/8.0] Update dependencies from dnceng/inter...5efec91Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...3b2db3bMerge commit '65e7cb610848962a63829e41b89931754f8069b0'65e7cb6Up SAS timeout to 3 hours (#34229)f2ed96bMerge commit '8b6c0ded38700b2cc220131ab81677d81530054f'8b6c0deEnable internal runtime downloads via dSAS (#34217)4ce4850Merge commit '38a1ea20451f0891ad576a879a37ac67dd96a380'38a1ea2Update dependencies from https://github.com/dotnet/arcade build 20240710.5 (#...- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore.Relational from 8.0.1 to 8.0.8
Release notes
Sourced from Microsoft.EntityFrameworkCore.Relational's releases.
.NET 8.0.8
EF Core 8.0.7 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- [Missing checks for predicate when simplifying JSON primitive collections](https://github.com/dotnet/efcore/issues/ #33932
- [Discriminator columns are created in Snapshot for wrongly configured TPC mapping strategy](https://github.com/dotnet/efcore/issues/ 33605)
- Breaking Change in 8.0.4: System.InvalidOperationException: The data is NULL at ordinal 0. This method can't be called on NULL values. Check using IsDBNull before calling.
- Wrong mapping of nested complex property with generic types and same property name, resulting in InvalidCastException
EF Core 8.0.6
This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.
EF Core 8.0.5
This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.
EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:
- Incorrect apply projection for complex properties
- The database default created by Migrations for primitive collections mapped to JSON is invalid
- Filtering by Contains with HierarchyId and AsSplitQuery is not working
- Unfulfillable nullable contraints are set for complex types with TPH entities
- OutOfMemoryException when creating migration using ef tool
- SQL Server: Should retry on 203
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
... (truncated)
Commits
90d0799Merged PR 41167: Temporarily work around '/' in dSASe7f0165Merged PR 41160: Temporarily work around '/' in dSASecfccf0Merged PR 41109: [internal/release/8.0] Update dependencies from dnceng/inter...5efec91Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...3b2db3bMerge commit '65e7cb610848962a63829e41b89931754f8069b0'65e7cb6Up SAS timeout to 3 hours (#34229)f2ed96bMerge commit '8b6c0ded38700b2cc220131ab81677d81530054f'8b6c0deEnable internal runtime downloads via dSAS (#34217)4ce4850Merge commit '38a1ea20451f0891ad576a879a37ac67dd96a380'38a1ea2Update dependencies from https://github.com/dotnet/arcade build 20240710.5 (#...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)