thor-it / thor-sso

FOSS IdentityServer4 solution for single-sign-on of the rugby club SRC Thor.
MIT License
2 stars 1 forks source link

Update dotnet monorepo to v6 (major) #66

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Microsoft.AspNetCore.Authentication.Google (source) nuget major 5.0.16 -> 6.0.4
Microsoft.EntityFrameworkCore.Design (source) nuget major 5.0.16 -> 6.0.4
Microsoft.EntityFrameworkCore.Tools (source) nuget major 5.0.16 -> 6.0.4
Microsoft.Extensions.FileProviders.Embedded (source) nuget major 5.0.16 -> 6.0.4

Release Notes

dotnet/aspnetcore ### [`v6.0.4`](https://togithub.com/dotnet/aspnetcore/releases/v6.0.4) [Release](https://togithub.com/dotnet/core/tree/v6.0.4) ### [`v6.0.3`](https://togithub.com/dotnet/aspnetcore/releases/v6.0.3) [Release](https://togithub.com/dotnet/core/tree/v6.0.3) ### [`v6.0.2`](https://togithub.com/dotnet/aspnetcore/releases/v6.0.2) [Release](https://togithub.com/dotnet/core/releases/tag/v6.0.2) ### [`v6.0.1`](https://togithub.com/dotnet/aspnetcore/releases/v6.0.1) [Release](https://togithub.com/dotnet/core/releases/tag/v6.0.1) ### [`v6.0.0`](https://togithub.com/dotnet/aspnetcore/releases/v6.0.0) [Release](https://togithub.com/dotnet/core/releases/tag/v6.0.0)
dotnet/efcore ### [`v6.0.4`](https://togithub.com/dotnet/efcore/releases/v6.0.4) This is a [patch release of EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.4) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.4+is%3Aclosed): - [Exception from SQLite provider when application is shutting down](https://togithub.com/dotnet/efcore/issues/27168) - [Collection_navigation_equal_to_null_for_subquery fails after merging from release/6.0](https://togithub.com/dotnet/efcore/issues/27356) - [EF Core 6.0 temporal tables - migration rollback doesn't work](https://togithub.com/dotnet/efcore/issues/27375) - [InvalidOperationException on save after upgrading from 5 to 6](https://togithub.com/dotnet/efcore/issues/27455) ### [`v6.0.3`](https://togithub.com/dotnet/efcore/releases/v6.0.3) This is a [patch release of EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.3) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.3+is%3Aclosed): - [FirstOrDefault after custom projection == null cannot be translated](https://togithub.com/dotnet/efcore/issues/18476) - [DbContext scaffolding creates reference error CS0120 in nameof() for InverseProperty in certain conditions](https://togithub.com/dotnet/efcore/issues/26588) - [EF core 6 selecting null values despite where clause asking for not null](https://togithub.com/dotnet/efcore/issues/26744) - [Query: Rownumber conversion needs better logic to figure out partitions](https://togithub.com/dotnet/efcore/issues/26756) - [Suboptimal SQL generation for query with optional navigation, its collection navigation and lateral join](https://togithub.com/dotnet/efcore/issues/27072) - [Aggregates on multiple child tables produces invalid SQL](https://togithub.com/dotnet/efcore/issues/27163) - [ServiceProviderCache keeps initially created IServiceProvider indefinitely](https://togithub.com/dotnet/efcore/issues/27169) - [Setting a Nullable Foreign Key property to Null triggers cascade delete](https://togithub.com/dotnet/efcore/issues/27174) - [Optimize hangs and stops responding](https://togithub.com/dotnet/efcore/issues/27301) ### [`v6.0.2`](https://togithub.com/dotnet/efcore/releases/v6.0.2) This is a [patch release of EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.2) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.2+is%3Aclosed): - [Exception when creating new migration after updating from 6.0-rc.1 to 6.0-rc.2 or 6.0-rtm](https://togithub.com/dotnet/efcore/issues/26405) - [efcore6 produces wrong SELECT SQL when Where/OrderBy clauses are applied to Owned properties followed by .Take](https://togithub.com/dotnet/efcore/issues/26592) - [Proxies using Records with a base class broken since .NET 6](https://togithub.com/dotnet/efcore/issues/26602) - [Parentheses put around IS NULL only if operand is of type boolean](https://togithub.com/dotnet/efcore/issues/26652) - [Self-referencing entity circular dependency happening just on EF Core 6.0](https://togithub.com/dotnet/efcore/issues/26750) - [Many To Many Exception when adding and removing same entity](https://togithub.com/dotnet/efcore/issues/26779) - [RelationalConnection.Close calls async function](https://togithub.com/dotnet/efcore/issues/26790) - [Circular dependency while creating tables with DatabaseFacade.EnsureCreated on EF Core 6](https://togithub.com/dotnet/efcore/issues/26834) - [EF Core Migration Bundles: no way to passthrough custom args to generated efbundle](https://togithub.com/dotnet/efcore/issues/26945) - [Did the naming convention change for HasCheckConstraint in v.6? Is this a breaking change?](https://togithub.com/dotnet/efcore/issues/27059) - [Generated JOIN for multiple MIN is wrong](https://togithub.com/dotnet/efcore/issues/27083) - [StackOverflowException in nested GroupBy query](https://togithub.com/dotnet/efcore/issues/27094) - [When trimming, queries fail because of missing System.Math](https://togithub.com/dotnet/efcore/issues/27097) - [GroupBy with outer reference not translating properly, causing data loss](https://togithub.com/dotnet/efcore/issues/27102) - [EF 6.0.0 and 6.0.1: sub-lists are no longer loaded](https://togithub.com/dotnet/efcore/issues/27105) ### [`v6.0.1`](https://togithub.com/dotnet/efcore/releases/v6.0.1) This is a [patch release of EF Core 6.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.1) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.1+is%3Aclosed): - [DateTime with z suffix is not respected when reading entities](https://togithub.com/dotnet/efcore/issues/26690) - ['The object has been removed from the model.' when building model](https://togithub.com/dotnet/efcore/issues/26659) - [EF Core 6.0 regression when using HasDefaultSchema() with ToTable(null)](https://togithub.com/dotnet/efcore/issues/26651) - [Variable names must be unique within a query batch or stored procedure](https://togithub.com/dotnet/efcore/issues/26632) - [Stack overflow when using circular composite key dependencies](https://togithub.com/dotnet/efcore/issues/26629) - [SqliteConnectionFactory.cs is not thread-safe](https://togithub.com/dotnet/efcore/issues/26612) - [EF Core 6.0 InvalidOperationException: The object has been removed from the model](https://togithub.com/dotnet/efcore/issues/26611) - [Subquery.Contains throws when the type of item is value type](https://togithub.com/dotnet/efcore/issues/26593) - [Query with n:m relation adds non-existent column](https://togithub.com/dotnet/efcore/issues/26590) - [InvalidOperationException "sequence contains no matching element" in TableReferenceExpression.get_Table](https://togithub.com/dotnet/efcore/issues/26587) - [Update from 5.0.1 to 6.0breaks all SqliteConnection](https://togithub.com/dotnet/efcore/issues/26574) - [Scaffolder throws error if junction table foreign key columns have identical names](https://togithub.com/dotnet/efcore/issues/26496) - [EFCore 6 - NullReferenceException upon EnsureDeleted](https://togithub.com/dotnet/efcore/issues/26436) - [Non-nullable value comparer can't be applied on nullable type](https://togithub.com/dotnet/efcore/issues/26429) - [Exception in SQL server query in EF Core 6, looks related to HasQueryFilter(), worked in EF Core 5](https://togithub.com/dotnet/efcore/issues/26428) - [RC2 Sqlite provider no longer clears temporary files on exit](https://togithub.com/dotnet/efcore/issues/26422) - [The dotnet ef dbcontext scaffold command does not print all expected logs](https://togithub.com/dotnet/efcore/issues/26384) ### [`v6.0.0`](https://togithub.com/dotnet/efcore/releases/v6.0.0) EF Core 6.0 GA is now available from [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/6.0.0). See [What's New in EF Core 6.0](https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-6.0/whatsnew) 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](https://togithub.com/dotnet/efcore/issues/10059) - [SQL Server temporal tables](https://togithub.com/dotnet/efcore/issues/4693) - [Migrations Bundles](https://togithub.com/dotnet/efcore/issues/19693) - [Cosmos: Add basic support for collections and dictionaries of primitive types](https://togithub.com/dotnet/efcore/issues/14762) - [Cosmos: Add translators for member/methods which map to built-in functions](https://togithub.com/dotnet/efcore/issues/16143) - [Cosmos: Distinct operator in queries](https://togithub.com/dotnet/efcore/issues/16144) - [Cosmos: Diagnostic events including statistics (query cost, activity id)](https://togithub.com/dotnet/efcore/issues/17298) - [Cosmos: API to configure throughput](https://togithub.com/dotnet/efcore/issues/17301) - [Cosmos: Configure TTL per entity/entity type/container](https://togithub.com/dotnet/efcore/issues/17307) - [Cosmos: FromSql support](https://togithub.com/dotnet/efcore/issues/17311) - [Cosmos: Resolve HttpClientFactory from DI if available](https://togithub.com/dotnet/efcore/issues/21274) - [Cosmos: Azure Cosmos DB provider should default to implicit ownership](https://togithub.com/dotnet/efcore/issues/24803) - [Detect simple join tables in reverse engineering and create many-to-many relationships](https://togithub.com/dotnet/efcore/issues/22475) - [Translate GroupBy followed by FirstOrDefault over group](https://togithub.com/dotnet/efcore/issues/12088) - [Support ability to select top N of each group](https://togithub.com/dotnet/efcore/issues/13805) - [Remove unnecessary *last column* in ORDER BY when joining for collection](https://togithub.com/dotnet/efcore/issues/19828) - [Add IColumnModification and IModificationCommand to allow the implementations to be replaced easily](https://togithub.com/dotnet/efcore/issues/12169) - [Non-constant property name in EF.Property (and indexer property)](https://togithub.com/dotnet/efcore/issues/15832) - [Make the non-thread-safety of DbContext more visible](https://togithub.com/dotnet/efcore/issues/23319) - [Store options in ServiceProviderCache](https://togithub.com/dotnet/efcore/issues/19152) - [Adopt MIT license](https://togithub.com/dotnet/efcore/issues/19844) - [Warn when uniquifying an FK column name](https://togithub.com/dotnet/efcore/issues/20435) - [Preserve DeleteBehavior when scaffolding a database created by EF Core](https://togithub.com/dotnet/efcore/issues/21252) - [Add overloads of UsingEntity() that take advantage of conventions](https://togithub.com/dotnet/efcore/issues/21535) - [Log provider version in addition to EF Core version](https://togithub.com/dotnet/efcore/issues/22906) - [Indicate where SQL comes from (SaveChanges, LINQ query, etc.) in IDbCommandInterceptor](https://togithub.com/dotnet/efcore/issues/23719) - [Register a scoped DbContext automatically when using AddDbContextFactory](https://togithub.com/dotnet/efcore/issues/25164) - [Add extension methods to enable simpler adding and configuration of EF Core providers](https://togithub.com/dotnet/efcore/issues/25192) - [Simplify HasConversion API](https://togithub.com/dotnet/efcore/issues/25468) - [Support Timeout.InfiniteTimeSpan in SetCommandTimeout](https://togithub.com/dotnet/efcore/issues/25068) - [Support suspending/bypassing the configured DbContext's IExecutionStrategy](https://togithub.com/dotnet/efcore/issues/24922) - [Support 64-bit Identity seed values](https://togithub.com/dotnet/efcore/issues/24840) - [Warn when saving an optional dependent with all null properties when table splitting](https://togithub.com/dotnet/efcore/issues/24558) - [Remove existing schema when HasSchema(null) is called](https://togithub.com/dotnet/efcore/issues/24228) - [Add equivalent of IRelationalDbContextOptionsBuilderInfrastructure to in-memory provider](https://togithub.com/dotnet/efcore/issues/23669) - [Make HasDbFunction on function override implicit ToTable mapping](https://togithub.com/dotnet/efcore/issues/23408) - [Make IScaffoldingModelFactory public](https://togithub.com/dotnet/efcore/issues/23049) - [Uniquify and validate Check Constraint name](https://togithub.com/dotnet/efcore/issues/18958) - [Translate MathF members to SQL functions on SQLite](https://togithub.com/dotnet/efcore/issues/18842) - [Pre-convention model configuration](https://togithub.com/dotnet/efcore/issues/12229) - [Mechanism/API to specify a default conversion for any property of a given type in the model](https://togithub.com/dotnet/efcore/issues/10784) - [Support Ignore() for non entity type candidates](https://togithub.com/dotnet/efcore/issues/3867) - [Reduce EF Core application startup time via compiled models](https://togithub.com/dotnet/efcore/issues/1906) - [Add TagWith overload that gets the filename and line number automatically](https://togithub.com/dotnet/efcore/issues/14176) - [Translate bool ToString for SQL Server](https://togithub.com/dotnet/efcore/issues/14205) - [Scaffold from a database and generate C# 8 nullable reference types](https://togithub.com/dotnet/efcore/issues/15520) - [Translate Substring with single parameter](https://togithub.com/dotnet/efcore/issues/20173) - [Support split queries for projections containing non-navigation collections](https://togithub.com/dotnet/efcore/issues/21234) - [Improve EF Core performance on TechEmpower Fortunes](https://togithub.com/dotnet/efcore/issues/23611) - [Support empty constructor and DbContextOptions constructor in DbContextFactory](https://togithub.com/dotnet/efcore/issues/24124) - [Make DbContext pooling accessible to non-DI applications](https://togithub.com/dotnet/efcore/issues/24137) - [Increase the default maximum context pool size to 1024](https://togithub.com/dotnet/efcore/issues/24849) - [Improvements to optional dependents sharing table with principal](https://togithub.com/dotnet/efcore/issues/23564) - [Detection of trailing underscores when matching backing fields to properties](https://togithub.com/dotnet/efcore/issues/23901) - [Performance gain by recycling relational and ADO.NET objects in query execution](https://togithub.com/dotnet/efcore/issues/24206) - [Allow explicit temporary values to be stored in entity instances](https://togithub.com/dotnet/efcore/issues/24245) - [Default options added to all ToDebugString methods](https://togithub.com/dotnet/efcore/issues/24461) - [Improved logging of array parameter values](https://togithub.com/dotnet/efcore/issues/24595) - [Preserve synchronization context in SaveChangesAsync](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#preserve-synchronization-context-in-savechangesasync) - [Translate String.Concat with multiple arguments](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#translate-stringconcat-with-multiple-arguments) - [Smoother integration with System.Linq.Async](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#smoother-integration-with-systemlinqasync) - [More flexible free-text search](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#more-flexible-free-text-search) - [UnicodeAttribute](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#unicodeattribute) - [PrecisionAttribute](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#precisionattribute) - [EntityTypeConfigurationAttribute](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#entitytypeconfigurationattribute) - [Translate ToString on SQLite](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#translate-tostring-on-sqlite) - [EF.Functions.Random](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#effunctionsrandom) - [Support for SQL Server sparse columns](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#support-for-sql-server-sparse-columns) - [In-memory database: validate required properties are not null](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#in-memory-database-validate-required-properties-are-not-null) - [Improved SQL Server translation for IsNullOrWhitespace](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#improved-sql-server-translation-for-isnullorwhitespace) - [Database comments are scaffolded to code comments](https://docs.microsoft.com/ef/core/what-is-new/ef-core-6.0/whatsnew#database-comments-are-scaffolded-to-code-comments) And for Microsoft.Data.Sqlite: - [Support the new BCL DateOnly and TimeOnly structs for SQLite](https://togithub.com/dotnet/efcore/issues/24506) - [Fall back to case-insensitive matches for `SqliteDataReader[]`](https://togithub.com/dotnet/efcore/issues/24011) - [Add Span overloads to SqliteBlob](https://togithub.com/dotnet/efcore/issues/16187) - [Pool Connections](https://togithub.com/dotnet/efcore/issues/13837) See GitHub for [all issues fixed in EF Core 6.0](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A6.0.0+is%3Aclosed+) and the [Git release tag](https://togithub.com/dotnet/core/releases/tag/v6.0.0).

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.