Package Dependencies: Bump the microsoft group across 1 directory with 6 updates
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the microsoft group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| Microsoft.AspNetCore.Mvc.Testing | 8.0.1 |
8.0.8 |
| Microsoft.EntityFrameworkCore | 8.0.1 |
8.0.8 |
| Microsoft.EntityFrameworkCore.Relational | 8.0.1 |
8.0.8 |
| Microsoft.EntityFrameworkCore | 8.0.1 |
8.0.8 |
| Microsoft.Extensions.Configuration.Binder | 8.0.1 |
8.0.2 |
| Microsoft.NET.Test.Sdk | 17.8.0 |
17.11.0 |
| Microsoft.EntityFrameworkCore.Design | 8.0.1 |
8.0.8 |
| Microsoft.EntityFrameworkCore.Relational | 8.0.1 |
8.0.8 |
| Microsoft.EntityFrameworkCore | 8.0.1 |
8.0.8 |
Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.1 to 8.0.8
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
.NET 8.0.8
.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
954f61dMerged PR 41234: Update token timeoutb4bd413Merged PR 41232: Regenerate SAS before installersa9a9679Merged PR 41208: Updated ci.yml - name artifacts with attempt number where pu...d7cd46eUpdated ci-public.yml - add job attempt number to log and test results artifa...502dd8fUpdated ci.yml - name artifacts with attempt number where publish on error is...02af77eMerge commit '8627de289bea83ff85b0e54c4a085680b01668f8'8627de2Update dependencies from https://github.com/dotnet/source-build-reference-pac...2ccd323Merged PR 41169: [internal/release/8.0] Update dependencies from dnceng/inter...c1bbdb5Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...ad6f7a6Merge commit 'b1fbaaab3f1c9fe17d22eda6c0425c2f2aa89674'- 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
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.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.11.0
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
v17.11.0
What's Changed
- Add reference to the AdapterUtilities library in the spec docs. by
@​peterwaldin microsoft/vstest#4958- Stack trace when localized, and new messages by
@​nohwndin microsoft/vstest#4944- Fix single quote and space in F# pretty methods by
@​nohwndin microsoft/vstest#4969- Update .NET runtimes to latest patch version by
@​Evangelinkin microsoft/vstest#4975- Update dotnetcoretests.md by
@​DickBakerin microsoft/vstest#4977- Add list of known TestingPlatform dlls by
@​nohwndin microsoft/vstest#4983- Update framework version used for testing, and test matrix by
@​nohwndin microsoft/vstest#4970- Add output forwarding for .NET by
@​nohwndin microsoft/vstest#4988- Remove usage of pt images before decomissioning by
@​nohwndin microsoft/vstest#4994- chore: Add more details to acquistion section. by
@​voroninpin microsoft/vstest#4999- Simplify banner by
@​nohwndin microsoft/vstest#5013- Forward standard output of testhost by
@​nohwndin microsoft/vstest#4998- Add missing copyright header by
@​MichaelSimonsin microsoft/vstest#5020- Add option to not share .NET Framework testhosts by
@​nohwndin microsoft/vstest#5018- GetTypesToLoad Attribute cant be null by
@​SimonCroppin microsoft/vstest#5054- rawArgument in GetArgumentList cant be null by
@​SimonCroppin microsoft/vstest#5056- fix Atribute typo by
@​SimonCroppin microsoft/vstest#5057- remove unnecessary list alloc for 2 scenarios in TestRequestManager.GetSources by
@​SimonCroppin microsoft/vstest#5058- fix incompatiblity typo by
@​SimonCroppin microsoft/vstest#5059- remove redundant inline method in IsPlatformIncompatible by
@​SimonCroppin microsoft/vstest#5060- fix Sucess typo by
@​SimonCroppin microsoft/vstest#5061- use some null coalescing by
@​SimonCroppin microsoft/vstest#5062- Add cts into friends of TranslationLayer by
@​jakubch1in microsoft/vstest#5075- Use built in sha1 for id generation by
@​nohwndin microsoft/vstest#5081- All output in terminal logger by
@​nohwndin microsoft/vstest#5083- Ignore env test by
@​nohwndin microsoft/vstest#5095- Dispose XmlReader in XmlRunSettingsUtilities by
@​omajidin microsoft/vstest#5094- Bump to macos-12 build image by
@​akoeplingerin microsoft/vstest#5101- Handle ansi escape in terminal logger reporter by
@​nohwndin microsoft/vstest#5084- remove disable interactive auth by
@​nohwndin microsoft/vstest#5110- Error output as info in terminal logger by
@​nohwndin microsoft/vstest#5113- Write dll instead of target on abort, rename errors by
@​nohwndin microsoft/vstest#5115
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestroin microsoft/vstest#5152New Contributors
@​peterwaldmade their first contribution in microsoft/vstest#4958@​DickBakermade their first contribution in microsoft/vstest#4977@​voroninpmade their first contribution in microsoft/vstest#4999@​akoeplingermade their first contribution in microsoft/vstest#5101Full Changelog: https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0-release-24352-06
v17.11.0-release-24373-02
What's Changed
- [rel/17.11] Update dependencies from devdiv/DevDiv/vs-code-coverage by
@​dotnet-maestroin microsoft/vstest#5152
... (truncated)
Commits
c6ad3e3Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-cov...910ca0dFix output based test (#5131)0518ceaRebrand to 17.11-release (#5128)5b69fd3Write dll instead of target on abort, rename errors (#5115)7264afaError output as info in terminal logger (#5113)3d2ea06remove disable interactive auth (#5110)e4da2c1Add option to ignore tests (#5109)6b3b959Ignore dump failing test while I investigate (#5107)24b992fIgnore dispose error (#5105)bfdaf0bObject disposed flaky (#5104)- Additional commits viewable in compare view
Updates Microsoft.EntityFrameworkCore.Design from 8.0.1 to 8.0.8
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design'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.
- <...>Description has been truncated