QueryKit
QueryKit copied to clipboard
Package Dependencies: Bump the microsoft group with 6 updates
Bumps the microsoft group with 6 updates:
| Package | From | To |
|---|---|---|
| Microsoft.AspNetCore.Mvc.Testing | 8.0.1 |
8.0.7 |
| Microsoft.EntityFrameworkCore | 8.0.1 |
8.0.7 |
| Microsoft.EntityFrameworkCore.Relational | 8.0.1 |
8.0.7 |
| Microsoft.Extensions.Configuration.Binder | 8.0.1 |
8.0.2 |
| Microsoft.NET.Test.Sdk | 17.8.0 |
17.10.0 |
| Microsoft.EntityFrameworkCore.Design | 8.0.1 |
8.0.7 |
Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
.NET 8.0.7
.NET 8.0.6
.NET 8.0.5
What's Changed
- [release/8.0] Update dependencies from dotnet/source-build-externals by
@​dotnet-maestroin dotnet/aspnetcore#54744- Update branding to 8.0.5 by
@​vseanreesermsftin dotnet/aspnetcore#54907- [release/8.0] Convert to 1ES templates by
@​RussKiein dotnet/aspnetcore#54660- Increase logs and delays in CanLaunchPhotinoWebViewAndClickButton by
@​Eilonin dotnet/aspnetcore#54608- [release/8.0] (deps): Bump src/submodules/googletest from
31993dfto77afe8eby@​dependabotin dotnet/aspnetcore#54872- [release/8.0] Reduce helix-matrix timeout to 5 hours by
@​github-actionsin dotnet/aspnetcore#54778- [release/8.0] Preserve RemoteAuthenticationContext during trimming if used in JS interop by
@​halter73in dotnet/aspnetcore#54655- [release/8.0] Improve usage of
Type.GetTypewhen activating types in data protection by@​github-actionsin dotnet/aspnetcore#54762- [release/8.0] Fix route analyzer performance with highly concatenated strings by
@​github-actionsin dotnet/aspnetcore#54763- [release/8.0] Suppress .ps1 SDL errors by
@​wtgodbein dotnet/aspnetcore#54915- [release/8.0] Backport test fixes by
@​MackinnonBuckin dotnet/aspnetcore#54912- [release/8.0] Skip SpotBugs for now by
@​wtgodbein dotnet/aspnetcore#54952- Merging internal commits for release/8.0 by
@​vseanreesermsftin dotnet/aspnetcore#55034- [release/8.0] Update dependencies from dotnet/arcade by
@​dotnet-maestroin dotnet/aspnetcore#55061- [release/8.0] Update Wix version by
@​github-actionsin dotnet/aspnetcore#55101Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5
.NET 8.0.4
.NET 8.0.3
.NET 8.0.2
Commits
2f1db20Merged PR 40461: [internal/release/8.0] Update dependencies from dnceng/inter...a718af3Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...56b3877Merged PR 40440: [internal/release/8.0] Update dependencies from dnceng/inter...ebc1c7bUpdate dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...efd7552Merged PR 40370: [internal/release/8.0] Update dependencies from dnceng/inter...c9d6b23Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...fd0d853Merged PR 40323: [internal/release/8.0] Update dependencies from dnceng/inter...a2ca3fbMerged PR 40093: [internal/release/8.0] Update dependencies from dnceng/inter...d03cd35Merge in 'release/8.0' changesba94792Remove references to obsolete storage account variables (#56101)- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
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
- 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
... (truncated)
Commits
0d1256bMerge in 'release/8.0' changes4406178Skip Cosmos tests (#33988)9e63b93Merged PR 40438: [internal/release/8.0] Update dependencies from dnceng/inter...7ed2261Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...368f641Merged PR 40368: [internal/release/8.0] Update dependencies from dnceng/inter...648ca5cMerge in 'release/8.0' changes15d21bf[release/8.0] Use TokenCredential for Cosmos tests (#33966)7b638e5[internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtimec01ffb6Merge in 'release/8.0' changes67fd137[release/8.0] Add missing check for predicate in primitive collection simplif...- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore.Relational from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.EntityFrameworkCore.Relational's releases.
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
- 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
... (truncated)
Commits
0d1256bMerge in 'release/8.0' changes4406178Skip Cosmos tests (#33988)9e63b93Merged PR 40438: [internal/release/8.0] Update dependencies from dnceng/inter...7ed2261Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...368f641Merged PR 40368: [internal/release/8.0] Update dependencies from dnceng/inter...648ca5cMerge in 'release/8.0' changes15d21bf[release/8.0] Use TokenCredential for Cosmos tests (#33966)7b638e5[internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtimec01ffb6Merge in 'release/8.0' changes67fd137[release/8.0] Add missing check for predicate in primitive collection simplif...- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
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
- 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
... (truncated)
Commits
0d1256bMerge in 'release/8.0' changes4406178Skip Cosmos tests (#33988)9e63b93Merged PR 40438: [internal/release/8.0] Update dependencies from dnceng/inter...7ed2261Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...368f641Merged PR 40368: [internal/release/8.0] Update dependencies from dnceng/inter...648ca5cMerge in 'release/8.0' changes15d21bf[release/8.0] Use TokenCredential for Cosmos tests (#33966)7b638e5[internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtimec01ffb6Merge in 'release/8.0' changes67fd137[release/8.0] Add missing check for predicate in primitive collection simplif...- Additional commits viewable in compare view
Updates Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2
Commits
1381d5eMerge in 'release/8.0' changesc987e4f[release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)441c91dMerge in 'release/8.0' changesc93800eMerge pull request #97065 from carlossanlop/release/8.0-stagingc2d2bb3Merge branch 'release/8.0' into release/8.0-staging6d35e39[release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...96b0a55[release/8.0-staging] macOS: Set certificate as a dependency of private key h...85c2772[release/8.0] Fix server-side OCSP stapling on Linux (#96838)683da71[release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...f9d0a7b[release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)- Additional commits viewable in compare view
Updates Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
v17.10.0
What's Changed
- Add missing runtimeconfig.json file for 8.0 by
@​MarcoRossignoliin microsoft/vstest#4792- Localized file check-in by OneLocBuild Task: Build definition ID 1222: Build ID 2338548 by
@​dotnet-botin microsoft/vstest#4794- Disable testhost prestart by
@​nohwndin microsoft/vstest#4833- Terminal logger fixes by
@​nohwndin microsoft/vstest#4834- Add RiscV64 by
@​nohwndin microsoft/vstest#4838- Add deterministic source mapping storing for Microsoft.CodeCoverage by
@​jakubch1in microsoft/vstest#4849- Fix terminal logger encoding & error by
@​nohwndin microsoft/vstest#4853- Update sourcebuild configuration to build net previous and net current by
@​Evangelinkin microsoft/vstest#4856- Updating version of Microsoft.VisualStudio.Interop to 17.10 by
@​MSLukeWestin microsoft/vstest#4866- Add VSTEST_DIAG_VERBOSITY to help by
@​nohwndin microsoft/vstest#4882- Fix feature flag name by
@​nohwndin microsoft/vstest#4885- Improve terminal logger by
@​nohwndin microsoft/vstest#4877- Remove PackageLicenseFile preventing PackageLicenseExpression from working by
@​lahmain microsoft/vstest#4890- Add GitHub Actions logger by
@​martincostelloin microsoft/vstest#4906- Ensure to send a session complete event by
@​drognanarin microsoft/vstest#4878- specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by
@​ChrisGuzakin microsoft/vstest#4888- Make VSTest repo buildable in VMR non-source-build by
@​ViktorHoferin microsoft/vstest#4920- Migrate pipelines by
@​nohwndin microsoft/vstest#4921- Add test name to MSBuild where we have frame. by
@​nohwndin microsoft/vstest#4935- [rel/17.10] Add list of known TestingPlatform dlls by
@​nohwndin microsoft/vstest#4982And many infrastructure related changes and updates.
New Contributors
@​ellahathawaymade their first contribution in microsoft/vstest#4785@​MSLukeWestmade their first contribution in microsoft/vstest#4866@​lahmamade their first contribution in microsoft/vstest#4890@​ChrisGuzakmade their first contribution in microsoft/vstest#4888Full Changelog: https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0
v17.10.0-release-24177-07
What's Changed
Fix Microsoft.TestPlatform.Build sourcebuild nuspec by
@​Evangelinkin microsoft/vstest#4871Updating version of Microsoft.VisualStudio.Interop to 17.10 by
@​MSLukeWestin microsoft/vstest#4866Add VSTEST_DIAG_VERBOSITY to help by
@​nohwndin microsoft/vstest#4882Move SB metadata to intermediates by
@​ellahathawayin microsoft/vstest#4884Fix feature flag name by
@​nohwndin microsoft/vstest#4885Remove PackageLicenseFile preventing PackageLicenseExpression from working by
@​lahmain microsoft/vstest#4890Add GitHub Actions logger by
@​martincostelloin microsoft/vstest#4906Ensure to send a session complete event by
@​drognanarin microsoft/vstest#4878specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by
@​ChrisGuzakin microsoft/vstest#4888Improve terminal logger by
@​nohwndin microsoft/vstest#4877Add test name to MSBuild where we have frame. by
@​nohwndin microsoft/vstest#4935Updated Code Coverage to latest version microsoft/vstest#4933
... (truncated)
Commits
83d73f7Merge branch 'rel/17.10' of https://github.com/microsoft/vstest into rel/17.10d170364Prebuilds that are allowed on main2eaee54Update dependencies from https://github.com/dotnet/arcade build 20240520.3 (#...238626aTouch 17.10 (#5051)cd5cc85Update arcade25f10aaMerge branch 'rel/17.10' of https://github.com/microsoft/vstest into rel/17.103d869eaRemove pt4990482[rel/17.10] Add list of known TestingPlatform dlls (#4982)56d2884Disable CA2022 errors (#4961)1cd0d89Brand as release- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore.Design from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
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
- 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
... (truncated)
Commits
0d1256bMerge in 'release/8.0' changes4406178Skip Cosmos tests (#33988)9e63b93Merged PR 40438: [internal/release/8.0] Update dependencies from dnceng/inter...7ed2261Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ru...368f641Merged PR 40368: [internal/release/8.0] Update dependencies from dnceng/inter...648ca5cMerge in 'release/8.0' changes15d21bf[release/8.0] Use TokenCredential for Cosmos tests (#33966)7b638e5[internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtimec01ffb6Merge in 'release/8.0' changes67fd137[release/8.0] Add missing check for predicate in primitive collection simplif...- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore.Relational from 8.0.1 to 8.0.7
Release notes
Sourced from Microsoft.EntityFrameworkCore.Relational's releases.
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
...Description has been truncated