EmbyStat
EmbyStat copied to clipboard
Bump Microsoft.EntityFrameworkCore from 6.0.7 to 7.0.3 in /Tests.Unit
Bumps Microsoft.EntityFrameworkCore from 6.0.7 to 7.0.3.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
.NET 7.0.3
EF Core 7.0.2 (EF7)
This is a patch release of EF Core 7.0 containing only important bug fixes:
EF Core 7.0.1 (EF7)
This is a patch release of EF Core 7.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.1.
EF Core 7.0 (EF7)
EF Core 7.0 GA (commonly referred to as EF7) is now available from NuGet.
See What's New in EF7 for a detailed look at all the new features in EF7. In summary, the following new features are included in EF7:
- Make basic EF scenarios work under aggressive trimming
- Entity splitting support
- Support for GroupBy entityType
- Support GroupJoin when it is final query operator
- ExecuteUpdate: Add SetProperty overload that accepts a value directly (no lambda)
- Support sproc input/output parameters on non-concurrency-token properties
- Implement TagWith for ExecuteUpdate and DeleteUpdate
- ExecuteDelete for owner when only its owned types are sharing the same table
- Stop scaffolding DbSet initialization to null!
- CSharpHelper: support more types of collection literals
- Map JSON values stored in database to EF properties
- ExecuteUpdate/Delete (AKA bulk update, without loading data into memory)
- Code templates for scaffolding entity types and DbContext from an existing database
- Support raw SQL Queries for basic types like Guid, DateTime and int
- Allow applications to create model building conventions (aka public conventions)
- Cosmos: Support AAD RBAC via the ClientSecretCredential
- Map inserts, updates, and deletes (CUD operations) to stored procedures
- Add a static flag in EF that will be set when code is being executed for design-time discover
- Support sequence key generation on SQL Server, which is useful for Table-per-concrete-type (TPC) mapping
- Allow null connection string to be passed to UseProvider methods
- Downgrade the ContextInitialized event from Information to Debug
- Get an EntityEntry for Shared Entity Types
- Make EntityEntryGraphIterator publicly usable
- Support unidirectional many-to-many relationships
- Translate string.Join and string.Concat
- RevEng: Enable generating IEntityTypeConfiguration classes (avoids large OnModelCreating)
- Interception to modify the LINQ expression tree
- Interception for DbUpdateConcurrencyException
- Add interception event to be fired when EF has finished consuming a result set
- Add events for DetectChanges/state change
- ChangeTracker: New event for "entity about to get tracked"
- Translate EnvelopeCombiner.CombineAsGeometry aggregate function
- SQL Server: Translate statistics aggregate functions
- Filtered Includes for hidden navigation properties
... (truncated)
Commits
01a74cc
Merge in 'release/7.0' changes00e218a
[release/7.0] Take schema into account when comparing FK constraints. (#30047)32bfe8b
Merge in 'release/7.0' changes9cbf778
Merge branch 'release/6.0' into release/7.0c5072f2
Merge in 'release/7.0' changes02e112a
Merge branch 'release/3.1' into release/6.010f1d39
[release/7.0] Correct [Obsolete] message for AutoTransactionBehavior (#30040)21c33ba
[release/7.0] Update to SQLitePCLRaw 2.1.4 (#30036)895be6c
[release/7.0] Fix split query over GroupBy over parameter (#30024) (#30030)c672347
Merge pull request #30019 from vseanreesermsft/internal-merge-3.1-2023-01-10-...- 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)