fit-ctu-discord / honza-botner

Bot for FIT CTU Discord
https://discord.fit.cvut.cz/
MIT License
14 stars 10 forks source link

⬆️ Upgrade dotnet monorepo to v8 (major) #521

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 7.0.14 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.EntityFrameworkCore (source) 7.0.14 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.EntityFrameworkCore.Tools (source) 7.0.14 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.DependencyInjection (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.DependencyInjection.Abstractions (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Hosting (source) 7.0.1 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Hosting.Abstractions (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Http (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Logging.Abstractions (source) 7.0.1 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Options (source) 7.0.1 -> 8.0.0 age adoption passing confidence nuget major
System.Collections.Immutable (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
dotnet-sdk 7.0.404 -> 8.0.100 age adoption passing confidence dotnet-sdk major

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore) ### [`v8.0.0`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.0): .NET 8.0.0 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.0)
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v8.0.0`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.0): EF Core 8 (EF8) EF Core 8 (EF8) is [available from NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.0) EF8 contains many new features and enhancements, including: - [Allow Multi-region or Application Preferred Regions in EF Core Cosmos](https://togithub.com/dotnet/efcore/issues/29424) - [Use C# structs or classes as value objects](https://togithub.com/dotnet/efcore/issues/9906) - [Support primitive collections in the compiled model](https://togithub.com/dotnet/efcore/issues/31489) - [Migrations and model snapshot for primitive collections](https://togithub.com/dotnet/efcore/issues/31414) - [Query: add support for projecting JSON entities that have been composed on](https://togithub.com/dotnet/efcore/issues/31365) - [SQLite: Add EF.Functions.Unhex](https://togithub.com/dotnet/efcore/issues/31355) - [Add type mapping APIs to customize JSON value serialization/deserialization](https://togithub.com/dotnet/efcore/issues/30677) - [SQL Server Index options SortInTempDB and DataCompression](https://togithub.com/dotnet/efcore/issues/30408) - [Analyzer: warn (and code fix) for use of interpolation in SQL methods accepting raw strings](https://togithub.com/dotnet/efcore/issues/30965) - [Translate Contains to IN with subquery instead of EXISTS where relevant](https://togithub.com/dotnet/efcore/issues/30955) - [Allow inline primitive collections with parameters, translating to VALUES](https://togithub.com/dotnet/efcore/issues/30732) - [Translate DateOnly.FromDateTime](https://togithub.com/dotnet/efcore/issues/30708) - [Implement JSON serialization/deserialization via Utf8JsonReader/Utf8JsonWriter](https://togithub.com/dotnet/efcore/issues/30604) - [Update pattern for scaffolding column default constraints](https://togithub.com/dotnet/efcore/issues/13613) - [Use IN instead of EXISTS with ExecuteDelete and entity containment](https://togithub.com/dotnet/efcore/issues/31386) - [Allow ExecuteUpdate to update properties of multiple queries as long as the map to a single table](https://togithub.com/dotnet/efcore/issues/31406) - [Query: add support for projecting primitive collections from JSON entities](https://togithub.com/dotnet/efcore/issues/31364) - [Switch to storing enums as ints in JSON instead of strings](https://togithub.com/dotnet/efcore/issues/31100) - [Translate DegreesToRadians](https://togithub.com/dotnet/efcore/issues/30926) - [Metadata and type mapping support for primitive collections](https://togithub.com/dotnet/efcore/issues/30730) - [JSON type representations and conversions to store types](https://togithub.com/dotnet/efcore/issues/30727) - [Allow stripping away all model building code to reduce application size](https://togithub.com/dotnet/efcore/issues/29755) - [Json: add support for collection of primitive types inside JSON columns](https://togithub.com/dotnet/efcore/issues/28688) - [Support LINQ querying of non-primitive collections within JSON](https://togithub.com/dotnet/efcore/issues/28616) - [SQLite RevEng: Sample data to determine CLR type](https://togithub.com/dotnet/efcore/issues/8824) - [Allow default value check in value generation to be customized](https://togithub.com/dotnet/efcore/issues/701) - [Update handling of non-nullable store-generated properties](https://togithub.com/dotnet/efcore/issues/15070) - [IN() list queries are not parameterized, causing increased SQL Server CPU usage](https://togithub.com/dotnet/efcore/issues/13617) - [Allow 'unsharing' connection between contexts](https://togithub.com/dotnet/efcore/issues/30704) - [Remove unneeded subquery and projection when using ordering without limit/offset in set operations](https://togithub.com/dotnet/efcore/issues/30684) - [Make SequentialGuidValueGenerator non-allocating](https://togithub.com/dotnet/efcore/issues/30610) - [Support querying over primitive collections](https://togithub.com/dotnet/efcore/issues/30426) - [JSON/Sqlite: use -> and ->> where possible when traversing JSON, rather than json_extract](https://togithub.com/dotnet/efcore/issues/30334) - [Add Generic version of EntityTypeConfiguration Attribute](https://togithub.com/dotnet/efcore/issues/30072) - [NativeAOT/trimming compatibility for Microsoft.Data.Sqlite](https://togithub.com/dotnet/efcore/issues/29725) - [Map collections of primitive types to JSON column in relational database](https://togithub.com/dotnet/efcore/issues/29427) - [Translate DateTimeOffset.ToUnixTime(Seconds|Milliseconds)](https://togithub.com/dotnet/efcore/issues/28925) - [Allow pooling DbContext with singleton services](https://togithub.com/dotnet/efcore/issues/27752) - [Optional RestartSequenceOperation.StartValue](https://togithub.com/dotnet/efcore/issues/26560) - [Generate compiled relational model](https://togithub.com/dotnet/efcore/issues/24896) - [Global query filters produce too many parameters](https://togithub.com/dotnet/efcore/issues/24476) - [Optimize update path for single property JSON element](https://togithub.com/dotnet/efcore/issues/30410) - [JSON columns can be used in compiled models](https://togithub.com/dotnet/efcore/issues/29602) - [Unneeded parentheses removed in SQL queries ](https://togithub.com/dotnet/efcore/issues/26767) - [Set operations are supported over non-entity projections with different facets](https://togithub.com/dotnet/efcore/issues/19129) - [Json: add support for Sqlite provider](https://togithub.com/dotnet/efcore/issues/28816) - [SQL Server: Support hierarchyid](https://togithub.com/dotnet/efcore/issues/365) - [Configuration to opt out of occasionally problematic SaveChanges optimizations](https://togithub.com/dotnet/efcore/issues/29916) - [Add convention types for triggers](https://togithub.com/dotnet/efcore/issues/28687) - [Translate element access of a JSON array](https://togithub.com/dotnet/efcore/issues/28648) - [Raw SQL queries for unmapped types](https://learn.microsoft.com/ef/core/what-is-new/ef-core-8.0/plan#sql-queries-for-unmapped-types) - [Support the new BCL DateOnly and TimeOnly structs for SQL Server](https://togithub.com/dotnet/efcore/issues/24507) - [Translate ElementAt(OrDefault)](https://togithub.com/dotnet/efcore/issues/17066) - [Opt-out of lazy-loading for specific navigations](https://togithub.com/dotnet/efcore/issues/10787) - [Lazy-loading for no-tracking queries](https://togithub.com/dotnet/efcore/issues/10042) - [Reverse engineer Synapse and Dynamics 365 TDS](https://togithub.com/dotnet/efcore/issues/29121) - [Set MaxLength on TPH discriminator property by convention](https://togithub.com/dotnet/efcore/issues/10691) - [Translate ToString() on a string column](https://togithub.com/dotnet/efcore/issues/20839) - [Generic overload of ConventionSetBuilder.Remove](https://togithub.com/dotnet/efcore/issues/29476) - [Lookup tracked entities by primary key, alternate key, or foreign key](https://togithub.com/dotnet/efcore/issues/29685) - [Allow UseSequence and HiLo on non-key properties](https://togithub.com/dotnet/efcore/issues/29758) - [Pass query tracking behavior to materialization interceptor](https://togithub.com/dotnet/efcore/issues/29910) - [Use case-insensitive string key comparisons on SQL Server](https://togithub.com/dotnet/efcore/issues/27526) - [Allow value converters to change the DbType](https://togithub.com/dotnet/efcore/issues/24771) - [Resolve application services in EF services](https://togithub.com/dotnet/efcore/issues/13540) - [Numeric rowersion properties automatically convert to binary](https://togithub.com/dotnet/efcore/issues/12434) - [Allow transfer of ownership of DbConnection from application to DbContext](https://togithub.com/dotnet/efcore/issues/24199) - [Provide more information when 'No DbContext was found' error is generated](https://togithub.com/dotnet/efcore/issues/18715) See GitHub for all issues resolved in [8.0.0](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.0+is%3Aclosed).
dotnet/runtime (Microsoft.Extensions.DependencyInjection) ### [`v8.0.0`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.0): .NET 8.0.0 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.0)
dotnet/sdk (dotnet-sdk) ### [`v8.0.100`](https://togithub.com/dotnet/sdk/releases/tag/v8.0.100): .NET 8.0.0 [Compare Source](https://togithub.com/dotnet/sdk/compare/v7.0.404...v8.0.100) [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.0)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 8 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.