Bump Microsoft.EntityFrameworkCore.InMemory from 5.0.12 to 6.0.1
Created by: dependabot[bot]
Bumps Microsoft.EntityFrameworkCore.InMemory from 5.0.12 to 6.0.1.
Release notes
Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.
EF Core 6.0.1
This is a patch release of EF Core 6.0 containing only important bug fixes:
- DateTime with z suffix is not respected when reading entities
- 'The object has been removed from the model.' when building model
- EF Core 6.0 regression when using HasDefaultSchema() with ToTable(null)
- Variable names must be unique within a query batch or stored procedure
- Stack overflow when using circular composite key dependencies
- SqliteConnectionFactory.cs is not thread-safe
- EF Core 6.0 InvalidOperationException: The object has been removed from the model
- Subquery.Contains throws when the type of item is value type
- Query with n:m relation adds non-existent column
- InvalidOperationException "sequence contains no matching element" in TableReferenceExpression.get_Table
- Update from 5.0.1 to 6.0breaks all SqliteConnection
- Scaffolder throws error if junction table foreign key columns have identical names
- EFCore 6 - NullReferenceException upon EnsureDeleted
- Non-nullable value comparer can't be applied on nullable type
- Exception in SQL server query in EF Core 6, looks related to HasQueryFilter(), worked in EF Core 5
- RC2 Sqlite provider no longer clears temporary files on exit
- The dotnet ef dbcontext scaffold command does not print all expected logs
EF Core 6.0 GA is now available from NuGet.
See What's New in EF Core 6.0 for a detailed look at all the new features in EF Core 6.0. In summary, the following new features are included in EF Core 6.0:
- Allow defining column order via [ColumnAttribute.Order] when creating tables
- SQL Server temporal tables
- Migrations Bundles
- Cosmos: Add basic support for collections and dictionaries of primitive types
- Cosmos: Add translators for member/methods which map to built-in functions
- Cosmos: Distinct operator in queries
- Cosmos: Diagnostic events including statistics (query cost, activity id)
- Cosmos: API to configure throughput
- Cosmos: Configure TTL per entity/entity type/container
- Cosmos: FromSql support
- Cosmos: Resolve HttpClientFactory from DI if available
- Cosmos: Azure Cosmos DB provider should default to implicit ownership
- Detect simple join tables in reverse engineering and create many-to-many relationships
- Translate GroupBy followed by FirstOrDefault over group
- Support ability to select top N of each group
- Remove unnecessary last column in ORDER BY when joining for collection
- Add IColumnModification and IModificationCommand to allow the implementations to be replaced easily
- Non-constant property name in EF.Property (and indexer property)
- Make the non-thread-safety of DbContext more visible
- Store options in ServiceProviderCache
- Adopt MIT license
- Warn when uniquifying an FK column name
- Preserve DeleteBehavior when scaffolding a database created by EF Core
- Add overloads of UsingEntity() that take advantage of conventions
- Log provider version in addition to EF Core version
... (truncated)
Commits
-
41e6aaa
Merge in 'release/6.0' changes -
1a29900
Return null schema for unmapped entity types. -
bd13d11
[internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime -
24e7b0d
Use the correct builder when attaching indexes on nested owned entity types -
970e8a4
Update the foreign key builder after IsRequired() -
6fc3e17
Cosmos: Use configured serializer when reading -
1b1c77a
Query: Update table references in pushdown after moving table references to s... -
e621b10
[6.0.1] Avoid infinite loop when finding principal in circular relationships ... -
e5fb2fe
Use read-write lock to protect concurrent pool accesses (#26658) (#26697) -
bef9883
Microsoft.Data.Sqlite: Handle more nulls in ApplicationDataHelper - 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)