chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.3 (master) - autoclosed #136

Closed
renovate-bot wants to merge 1 commit from renovate/master-microsoft.entityframeworkcore.abstractions-8.x into master
Member

This PR contains the following updates:

Package Type Update Change
Microsoft.EntityFrameworkCore.Abstractions (source) nuget patch 8.0.1 -> 8.0.3

Release Notes

dotnet/efcore (Microsoft.EntityFrameworkCore.Abstractions)

v8.0.3: EF Core 8.0.3

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:

v8.0.2: EF Core 8.0.2

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:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.EntityFrameworkCore.Abstractions](https://docs.microsoft.com/ef/core/) ([source](https://github.com/dotnet/efcore)) | nuget | patch | `8.0.1` -> `8.0.3` | --- ### Release Notes <details> <summary>dotnet/efcore (Microsoft.EntityFrameworkCore.Abstractions)</summary> ### [`v8.0.3`](https://github.com/dotnet/efcore/releases/tag/v8.0.3): EF Core 8.0.3 EF Core 8.0.3 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.3). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.3+is%3Aclosed): - [Constructor calls when using inheritance with owned entities causes exceptions](https://github.com/dotnet/efcore/issues/31353) - [Missing package README file](https://github.com/dotnet/efcore/issues/31947) - [String properties with indexes are compared case insensitively on SQL Server](https://github.com/dotnet/efcore/issues/32898) - [Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions](https://github.com/dotnet/efcore/issues/32614) - [Exception when using FromSql on entity with ComplexProperty](https://github.com/dotnet/efcore/issues/32699) - [IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH](https://github.com/dotnet/efcore/issues/32701) - [SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines](https://github.com/dotnet/efcore/issues/32730) - [NullReferenceException in Get-Migration in EF Core 8](https://github.com/dotnet/efcore/issues/32732) - [Owned entity on genericly typed entity generates unwanted steps in new migrations](https://github.com/dotnet/efcore/issues/32763) - [Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.](https://github.com/dotnet/efcore/issues/32782) - [Query never returns when DB value for column mapped to primitive collection is](https://github.com/dotnet/efcore/issues/32896) ### [`v8.0.2`](https://github.com/dotnet/efcore/releases/tag/v8.0.2): EF Core 8.0.2 EF Core 8.0.2 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed): - [Adding EF.Constant to prevent parameterization in query](https://github.com/dotnet/efcore/issues/32680) - [Nav expansion visitor does not visit the Contains item argument](https://github.com/dotnet/efcore/issues/32217) - [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](https://github.com/dotnet/efcore/issues/32234) - [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://github.com/dotnet/efcore/issues/32267) - [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://github.com/dotnet/efcore/issues/32312) - [LINQ "Contains" generates SQL with wrong char length](https://github.com/dotnet/efcore/issues/32325) - [Using new\[\] in select query gives exception .NET 8](https://github.com/dotnet/efcore/issues/32331) - [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://github.com/dotnet/efcore/issues/32363) - [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](https://github.com/dotnet/efcore/issues/32374) - [Did Contains stop working on empty list in EF Core 8?](https://github.com/dotnet/efcore/issues/32375) - [LINQ "Contains" fails to generate SQL with custom converter](https://github.com/dotnet/efcore/issues/32376) - [error on working with explicit many-to-many relations with OnDelete.Restrict](https://github.com/dotnet/efcore/issues/32383) - [Lazy loader throwing invalid operation exceptions](https://github.com/dotnet/efcore/issues/32390) - [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://github.com/dotnet/efcore/issues/32410) - [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://github.com/dotnet/efcore/issues/32411) - [Inconsistent behavior related to relationship cycle](https://github.com/dotnet/efcore/issues/32422) - [Property conversions are lost on base type is subtype is registered to model afterwards after upgrade to EFCore 8](https://github.com/dotnet/efcore/issues/32430) - [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://github.com/dotnet/efcore/issues/32432) - [Migrations bug when creating stored procedure with GOTO statement](https://github.com/dotnet/efcore/issues/32457) - [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://github.com/dotnet/efcore/issues/32571) - [Contains translates to correlated query when the item is nullable](https://github.com/dotnet/efcore/issues/32574) - [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://github.com/dotnet/efcore/issues/32601) - [String comparison fails when using const and compiled Models.](https://github.com/dotnet/efcore/issues/32617) - [Exception when writing a JSON column with negative enum value](https://github.com/dotnet/efcore/issues/32679) - [Getting errors when mixing DbFunction and SqlQueryRaw](https://github.com/dotnet/efcore/issues/32680) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate-bot added 1 commit 2024-02-13 14:56:29 +00:00
chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.2
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 2s
PR Workflow / build (pull_request) Successful in 31s
PR Workflow / sbom-scan (pull_request) Failing after 38s
PR Workflow / generate-licences (pull_request) Successful in 58s
PR Workflow / container-build (pull_request) Successful in 1m22s
PR Workflow / container-sbom-scan (pull_request) Failing after 40s
6c10edb4af
Signed-off-by: noreply@rainote.dev
renovate-bot changed title from chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.2 (master) to chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.3 (master) 2024-03-12 16:01:02 +00:00
renovate-bot force-pushed renovate/master-microsoft.entityframeworkcore.abstractions-8.x from 6c10edb4af to 43898fe69d 2024-03-12 16:01:04 +00:00 Compare
renovate-bot force-pushed renovate/master-microsoft.entityframeworkcore.abstractions-8.x from 43898fe69d to aa77a66689 2024-03-15 08:01:40 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.3 (master) to chore(deps): update dependency microsoft.entityframeworkcore.abstractions to v8.0.3 (master) - autoclosed 2024-03-15 10:01:41 +00:00
renovate-bot closed this pull request 2024-03-15 10:01:41 +00:00
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 2s
PR Workflow / build (pull_request) Successful in 33s
PR Workflow / sbom-scan (pull_request) Successful in 29s
PR Workflow / generate-licences (pull_request) Successful in 59s
PR Workflow / container-build (pull_request) Failing after 1m15s
PR Workflow / container-sbom-scan (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: wonderking/continuity#136
No description provided.