hcoona / OneDotNet

The DotNet mono repository for me
GNU General Public License v3.0
2 stars 1 forks source link

chore(deps): update cli-packages (major) #144

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotnet-ef (source) 7.0.18 -> 8.0.4 age adoption passing confidence
fantomas (source) 5.2.4 -> 6.3.2 age adoption passing confidence
microsoft.visualstudio.slngen.tool 9.6.9 -> 11.2.6 age adoption passing confidence

Release Notes

dotnet/efcore (dotnet-ef) ### [`v8.0.4`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.4): .NET 8.0.4 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.3`](https://togithub.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://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.3+is%3Aclosed): - [Constructor calls when using inheritance with owned entities causes exceptions](https://togithub.com/dotnet/efcore/issues/31353) - [Missing package README file](https://togithub.com/dotnet/efcore/issues/31947) - [String properties with indexes are compared case insensitively on SQL Server](https://togithub.com/dotnet/efcore/issues/32898) - [Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions](https://togithub.com/dotnet/efcore/issues/32614) - [Exception when using FromSql on entity with ComplexProperty](https://togithub.com/dotnet/efcore/issues/32699) - [IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH](https://togithub.com/dotnet/efcore/issues/32701) - [SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines](https://togithub.com/dotnet/efcore/issues/32730) - [NullReferenceException in Get-Migration in EF Core 8](https://togithub.com/dotnet/efcore/issues/32732) - [Owned entity on genericly typed entity generates unwanted steps in new migrations](https://togithub.com/dotnet/efcore/issues/32763) - [Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.](https://togithub.com/dotnet/efcore/issues/32782) - [Query never returns when DB value for column mapped to primitive collection is](https://togithub.com/dotnet/efcore/issues/32896) ### [`v8.0.2`](https://togithub.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://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed): - [Adding EF.Constant to prevent parameterization in query](https://togithub.com/dotnet/efcore/issues/32680) - [Nav expansion visitor does not visit the Contains item argument](https://togithub.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://togithub.com/dotnet/efcore/issues/32234) - [DB Context pooling with proxies resulting in memory issues in 8.0 RC2](https://togithub.com/dotnet/efcore/issues/32267) - [Nav expansion visitor does not visit the non-lambda arguments (Skip, Take, ElementAt)](https://togithub.com/dotnet/efcore/issues/32312) - [LINQ "Contains" generates SQL with wrong char length](https://togithub.com/dotnet/efcore/issues/32325) - [Using new\[\] in select query gives exception .NET 8](https://togithub.com/dotnet/efcore/issues/32331) - [EF Core Cosmos 7.0.13 => 7.0.14 Value cannot be null. (Parameter 'derivedType')](https://togithub.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://togithub.com/dotnet/efcore/issues/32374) - [Did Contains stop working on empty list in EF Core 8?](https://togithub.com/dotnet/efcore/issues/32375) - [LINQ "Contains" fails to generate SQL with custom converter](https://togithub.com/dotnet/efcore/issues/32376) - [error on working with explicit many-to-many relations with OnDelete.Restrict](https://togithub.com/dotnet/efcore/issues/32383) - [Lazy loader throwing invalid operation exceptions](https://togithub.com/dotnet/efcore/issues/32390) - [Cosmos provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour](https://togithub.com/dotnet/efcore/issues/32410) - [Constructor not found for type 'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer](https://togithub.com/dotnet/efcore/issues/32411) - [Inconsistent behavior related to relationship cycle](https://togithub.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://togithub.com/dotnet/efcore/issues/32430) - [Incorrect parameter rewriting for string StartsWith/EndsWith/Contains](https://togithub.com/dotnet/efcore/issues/32432) - [Migrations bug when creating stored procedure with GOTO statement](https://togithub.com/dotnet/efcore/issues/32457) - [Unable to Scaffold DBContext if tables in SQL Server have certain names](https://togithub.com/dotnet/efcore/issues/32571) - [Contains translates to correlated query when the item is nullable](https://togithub.com/dotnet/efcore/issues/32574) - [FluentAPI configuration PrimitiveCollection on OwnedNavigationBuilder returns PropertyBuilder instead of PrimitiveCollectionBuilder](https://togithub.com/dotnet/efcore/issues/32601) - [String comparison fails when using const and compiled Models.](https://togithub.com/dotnet/efcore/issues/32617) - [Exception when writing a JSON column with negative enum value](https://togithub.com/dotnet/efcore/issues/32679) - [Getting errors when mixing DbFunction and SqlQueryRaw](https://togithub.com/dotnet/efcore/issues/32680) ### [`v8.0.1`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.1): .NET 8.0.1 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.1) ### [`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).
fsprojects/fantomas (fantomas) ### [`v6.3.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#632---2024-04-12) ##### Changed - Update FCS to 'Add SynExprSequentialTrivia', commit [`050271d`](https://togithub.com/fsprojects/fantomas/commit/050271d631956a4e0d0484a583d38236b727a46d) [#​3075](https://togithub.com/fsprojects/fantomas/pull/3075) ##### Fixed - Fantomas corrupts an explicit constructor with then clause. [#​3074](https://togithub.com/fsprojects/fantomas/issues/3074) ### [`v6.3.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#631---2024-03-30) ##### Fixed - HashDirective before closing `]`. [#​3070](https://togithub.com/fsprojects/fantomas/issues/3070) ### [`v6.3.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#630---2024-03-15) ##### Miscellaneous - Stable release of 6.3 ### [`v6.2.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#623---2023-11-2) ##### Fixed - Crash when trying to format indexed property with three arguments. [#​2971](https://togithub.com/fsprojects/fantomas/issues/2971) ### [`v6.2.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#622---2023-10-18) ##### Fixed - Space before should not be introduced for index expression. [#​2965](https://togithub.com/fsprojects/fantomas/issues/2965) ### [`v6.2.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#621---2023-09-18) ##### Fixed - Backticks in optional parameter gets removed [#​2954](https://togithub.com/fsprojects/fantomas/issues/2954) - Ticks in namespace are lost [#​2959](https://togithub.com/fsprojects/fantomas/issues/2959) ### [`v6.2.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#620---2023-08-29) ##### Changed - Update FCS to 'Included get,set in range of AutoProperty', commit [`d508186`](https://togithub.com/fsprojects/fantomas/commit/d508186f510681d1261291474e3f9f25485999a8) - Update FCS to 'Add a Paren case to SynRationalConst', commit [`97a5b65`](https://togithub.com/fsprojects/fantomas/commit/97a5b6584b54707e3e8541fe758e1aa22132a8fe) ##### Added - Initial support for `SynExpr.DotLambda` [#​2920](https://togithub.com/fsprojects/fantomas/pull/2920) (See [dotnet/fsharp#13907](https://togithub.com/dotnet/fsharp/pull/13907)) - Initial support for `SynType.Intersection` [#​2920](https://togithub.com/fsprojects/fantomas/pull/2920) (See [dotnet/fsharp#15413](https://togithub.com/dotnet/fsharp/pull/15413)) ##### Fixed - Comment no longer attached to autoproperty. [#​2948](https://togithub.com/fsprojects/fantomas/issues/2948) - `begin`/`end` are replaced with parens. [#​2368](https://togithub.com/fsprojects/fantomas/issues/2368) - Block comment in Rational between lparen and numerator is moved before lparen. [#​2930](https://togithub.com/fsprojects/fantomas/issues/2930) - Block comment in Rational between / and denominator is moved before /. [#​2932](https://togithub.com/fsprojects/fantomas/issues/2932) - Block comment in Rational between denominator and rparen is moved behind rparen. [#​2933](https://togithub.com/fsprojects/fantomas/issues/2933) ### [`v6.1.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#613---2023-08-25) ##### Changed - Update FCS to 'Add some more ranges to SynMeasure for tooling support', commit [`6ed38fc`](https://togithub.com/fsprojects/fantomas/commit/6ed38fcb360a0015828973b1f32cd2ea6b58c6ad) ##### Fixed - Block comment in Rational between numerator and `/` is lost. [#​2931](https://togithub.com/fsprojects/fantomas/issues/2931) - Block comment between `^-` and exponent in SynMeasure.Power is lost. [#​2937](https://togithub.com/fsprojects/fantomas/issues/2937) - Block comment between measure1 and / is moved between / and measure2 in SynMeasure.Divide. [#​2934](https://togithub.com/fsprojects/fantomas/issues/2934) - Block comment between measure1 and \* is moved between \* and measure2 in SynMeasure.Product. [#​2935](https://togithub.com/fsprojects/fantomas/issues/2935) - Block comment between ^ and exponent in SynMeasure.Power is lost. [#​2936](https://togithub.com/fsprojects/fantomas/issues/2936) - Opening parens make unstable/incorrect indentation for an Enum wrapping a record. [#​2943](https://togithub.com/fsprojects/fantomas/issues/2943) ### [`v6.1.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#612---2023-07-23) ##### Changed - Update FCS to 'Add trivia information to SynConst.Measure', commit [`7b5e128`](https://togithub.com/fsprojects/fantomas/commit/7b5e12842d673b7daa467e0091378bf4acc95e4f) ##### Fixed - Left out lhs in SynMeasure.Divide should not be restored as SynMeasure.One. [#​2926](https://togithub.com/fsprojects/fantomas/issues/2926) - Block comments in measure are lost or restored twice and in wrong place. [#​2927](https://togithub.com/fsprojects/fantomas/issues/2927) ### [`v6.1.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#611---2023-06-29) ##### Changed - Update FCS to 'Remove unused open in SyntaxTree.fs', commit [`9c8b419`](https://togithub.com/fsprojects/fantomas/commit/9c8b4192966e6554adc5dcc8973f2a23c8fa2722) ### [`v6.1.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#610---2023-06-28) ##### Fixed - Additional newline for interface in object expression. [#​2914](https://togithub.com/fsprojects/fantomas/issues/2914) ### [`v6.0.8`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#608---2023-06-20) ##### Fixed - Inline keyword is missing in property [#​2908](https://togithub.com/fsprojects/fantomas/issues/2908) ### [`v6.0.7`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#607---2023-06-20) ##### Fixed - Private keyword is lost from getter with unit. [#​2906](https://togithub.com/fsprojects/fantomas/issues/2906) ### [`v6.0.6`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#606---2023-06-19) ##### Fixed - Setter is also private. [#​2902](https://togithub.com/fsprojects/fantomas/issues/2902) ### [`v6.0.5`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#605---2023-06-06) ##### Fixed - Idempotency problem when reformatting type declaration with large when clause. [#​2896](https://togithub.com/fsprojects/fantomas/issues/2896) ### [`v6.0.4`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#604---2023-06-02) ##### Changed - Update FCS to 'Prototype signature files for lex files', commit [`5b74995`](https://togithub.com/fsprojects/fantomas/commit/5b74995780a0e9d24a5db025e68b31e6d910f71f) ##### Fixed - Missing space before arrow. [#​2888](https://togithub.com/fsprojects/fantomas/issues/2888) - Cons pattern in let bindings is converted to invalid code. [#​1996](https://togithub.com/fsprojects/fantomas/issues/1996) - Trivia after infix operator is not restored correctly. [#​2887](https://togithub.com/fsprojects/fantomas/issues/2887) ### [`v6.0.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#603---2023-05-14) ##### Fixed - Preserves quotes around type parameter names. [#​2875](https://togithub.com/fsprojects/fantomas/issues/2875) - Additional whitespace for LineCommentAfterSourceCode when last character is a `,`. [#​2589](https://togithub.com/fsprojects/fantomas/issues/2589) - Tupled parameter wrapped in conditional directive. [#​2877](https://togithub.com/fsprojects/fantomas/issues/2877) ##### Changed - Update FCS to 'Add commas to tuple pat and simple pats', commit [`e267bb9`](https://togithub.com/fsprojects/fantomas/commit/e267bb9f8d590feed1b94b469d78cfce61afecad) ### [`v6.0.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#602---2023-05-05) ##### Fixed - Incorrect indentation of compiler-conditional accessibility modifier for module definition. [#​2867](https://togithub.com/fsprojects/fantomas/issues/2867) - Comment above the record bracket beaks formatting when MultilineBracketStyle is Stroustrup. [#​2871](https://togithub.com/fsprojects/fantomas/issues/2871) ### [`v6.0.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#601---2023-04-19) ##### Fixed - Invalid code: moved line comment. [#​2847](https://togithub.com/fsprojects/fantomas/issues/2847) ### [`v6.0.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#600---2023-04-13) ##### Fixed - Trivia of ParseOak is not processed. [#​2834](https://togithub.com/fsprojects/fantomas/issues/2834)
microsoft/SlnGen (microsoft.visualstudio.slngen.tool) ### [`v11.2.6`](https://togithub.com/microsoft/slngen/releases/tag/v11.2.6): 11.2.6 #### What's Changed - Use proper string comparison for directory root to capture relative paths in [#​579](https://togithub.com/microsoft/SlnGen/issues/579) - Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.8.2112 to 3.9.2164 by [@​dependabot](https://togithub.com/dependabot) in [#​577](https://togithub.com/microsoft/SlnGen/issues/577) - Bump Microsoft.VSSDK.BuildTools from 17.8.2365 to 17.9.3168 by [@​dependabot](https://togithub.com/dependabot) in [#​575](https://togithub.com/microsoft/SlnGen/issues/575) **Full Changelog**: https://github.com/microsoft/slngen/compare/v11.2.3...v11.2.6 ### [`v11.2.3`](https://togithub.com/microsoft/slngen/releases/tag/v11.2.3): 11.2.3 #### What's New - Add support for specifying solution item folder GUIDs and the ability to nest solution folders within parent folders by [@​icnocop](https://togithub.com/icnocop) in [#​567](https://togithub.com/microsoft/SlnGen/issues/567) - Add RELEASE.md by [@​jeffkl](https://togithub.com/jeffkl) in [#​566](https://togithub.com/microsoft/SlnGen/issues/566) - Use MSBuild properties to update solution file name in [#​557](https://togithub.com/microsoft/SlnGen/issues/557) - Emit warning for projects detected in multiple drives in [#​549](https://togithub.com/microsoft/SlnGen/issues/549) #### What's Changed - Add support for MSBuild 17.8 with .NET 8.0 when running as a task by [@​mcarton](https://togithub.com/mcarton) in [#​572](https://togithub.com/microsoft/SlnGen/issues/572) - Bump Microsoft.Build.Artifacts from 6.1.2 to 6.1.10 by [@​dependabot](https://togithub.com/dependabot) in [#​570](https://togithub.com/microsoft/SlnGen/issues/570) - Bump Microsoft.VSSDK.BuildTools from 17.7.2196 to 17.8.2365 by [@​dependabot](https://togithub.com/dependabot) in [#​568](https://togithub.com/microsoft/SlnGen/issues/568) - Bump xunit from 2.6.1 to 2.6.2 by [@​dependabot](https://togithub.com/dependabot) in [#​565](https://togithub.com/microsoft/SlnGen/issues/565) - Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 by [@​dependabot](https://togithub.com/dependabot) in [#​564](https://togithub.com/microsoft/SlnGen/issues/564) - Bump Microsoft.VisualStudio.Setup.Configuration.Interop by [@​dependabot](https://togithub.com/dependabot) in [#​562](https://togithub.com/microsoft/SlnGen/issues/562) - Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 by [@​dependabot](https://togithub.com/dependabot) in [#​561](https://togithub.com/microsoft/SlnGen/issues/561) - Bump Microsoft.Extensions.FileSystemGlobbing from 7.0.0 to 8.0.0 by [@​dependabot](https://togithub.com/dependabot) in [#​559](https://togithub.com/microsoft/SlnGen/issues/559) - Bump MSBuild.ProjectCreation from 10.0.0 to 11.0.0 by [@​dependabot](https://togithub.com/dependabot) in [#​558](https://togithub.com/microsoft/SlnGen/issues/558) - Bump MicrosoftBuildPackageVersion from 17.7.2 to 17.8.3 by [@​jeffkl](https://togithub.com/jeffkl) in [#​556](https://togithub.com/microsoft/SlnGen/issues/556) - Bump EnvironmentAbstractions from 2.1.0 to 3.0.2 by [@​dependabot](https://togithub.com/dependabot) in [#​555](https://togithub.com/microsoft/SlnGen/issues/555) - Bump EnvironmentAbstractions.TestHelpers from 2.1.0 to 3.0.2 by [@​dependabot](https://togithub.com/dependabot) in [#​554](https://togithub.com/microsoft/SlnGen/issues/554) - Bump EnvironmentAbstractions.BannedApiAnalyzer from 2.1.0 to 3.0.2 by [@​dependabot](https://togithub.com/dependabot) in [#​553](https://togithub.com/microsoft/SlnGen/issues/553) - Bump System.Configuration.ConfigurationManager from 7.0.0 to 8.0.0 by [@​dependabot](https://togithub.com/dependabot) in [#​551](https://togithub.com/microsoft/SlnGen/issues/551) - Remove `TargetDotNet8` conditions in [#​550](https://togithub.com/microsoft/SlnGen/issues/550) - Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 by [@​dependabot](https://togithub.com/dependabot) in [#​548](https://togithub.com/microsoft/SlnGen/issues/548) - Bump xunit from 2.6.0 to 2.6.1 by [@​dependabot](https://togithub.com/dependabot) in [#​547](https://togithub.com/microsoft/SlnGen/issues/547) - Bump Microsoft.Build.Artifacts from 6.0.6 to 6.1.2 by [@​dependabot](https://togithub.com/dependabot) in [#​546](https://togithub.com/microsoft/SlnGen/issues/546) **Full Changelog**: https://github.com/microsoft/slngen/compare/v11.1.0...v11.2.3 ### [`v11.1.0`](https://togithub.com/microsoft/slngen/releases/tag/v11.1.0): 11.1.0 #### What's New - Add .NET 9 support by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/microsoft/slngen/pull/544](https://togithub.com/microsoft/slngen/pull/544) #### What's Changed - Bump Microsoft.Build.Artifacts from 6.0.0 to 6.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/539](https://togithub.com/microsoft/slngen/pull/539) - Bump xunit from 2.5.2 to 2.5.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/540](https://togithub.com/microsoft/slngen/pull/540) - Bump Microsoft.Build.Artifacts from 6.0.3 to 6.0.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/541](https://togithub.com/microsoft/slngen/pull/541) - SlnProject.IsBuildable is reflected as ProjectConfigurationInSolution.IncludedInBuild by [@​icnocop](https://togithub.com/icnocop) in [https://github.com/microsoft/slngen/pull/543](https://togithub.com/microsoft/slngen/pull/543) - Bump xunit from 2.5.3 to 2.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/545](https://togithub.com/microsoft/slngen/pull/545) **Full Changelog**: https://github.com/microsoft/slngen/compare/v11.0.1...v11.1.0 ### [`v11.0.1`](https://togithub.com/microsoft/slngen/releases/tag/v11.0.1): 11.0.1 #### What's Changed - Drop support for .NET Core 3 and .NET 5 by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/537](https://togithub.com/microsoft/slngen/pull/537) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.4.0...v11.0.1 ### [`v10.4.0`](https://togithub.com/microsoft/slngen/releases/tag/v10.4.0) #### What's Changed - Bump Microsoft.VSSDK.BuildTools from 17.6.2164 to 17.7.2196 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/523](https://togithub.com/microsoft/slngen/pull/523) - Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.6.2115 to 3.7.2175 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/521](https://togithub.com/microsoft/slngen/pull/521) - Set RuntimeFramework Version so SlnGen will run against the latest major version of the runtime it was built against by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/528](https://togithub.com/microsoft/slngen/pull/528) - TEMP: hack until .NET 8 is shipped and/or .NET 9 SDK is coherent by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/microsoft/slngen/pull/529](https://togithub.com/microsoft/slngen/pull/529) - Update version.json by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/530](https://togithub.com/microsoft/slngen/pull/530) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.3.4...v10.4.0 ### [`v10.3.4`](https://togithub.com/microsoft/slngen/releases/tag/v10.3.4): 10.3.4 #### What's Changed - Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/518](https://togithub.com/microsoft/slngen/pull/518) - Bump McMaster.Extensions.CommandLineUtils from 4.0.2 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/519](https://togithub.com/microsoft/slngen/pull/519) - Bump Microsoft.VisualStudio.SDK from 17.6.36389 to 17.7.37357 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/511](https://togithub.com/microsoft/slngen/pull/511) - Fixed bug with solution item hierarchy generation by [@​ptasev](https://togithub.com/ptasev) in [https://github.com/microsoft/slngen/pull/520](https://togithub.com/microsoft/slngen/pull/520) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.3.0...v10.3.4 ### [`v10.3.0`](https://togithub.com/microsoft/slngen/releases/tag/v10.3.0) #### What's Changed - Added support for adding solution items within a different folder name by [@​icnocop](https://togithub.com/icnocop) in [https://github.com/microsoft/slngen/pull/508](https://togithub.com/microsoft/slngen/pull/508) - Get solution items from all projects by [@​ptasev](https://togithub.com/ptasev) in [https://github.com/microsoft/slngen/pull/499](https://togithub.com/microsoft/slngen/pull/499) - Use the correct path separator for collapsed solution folders by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/515](https://togithub.com/microsoft/slngen/pull/515) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.2.0...v10.3.0 ### [`v10.2.0`](https://togithub.com/microsoft/slngen/releases/tag/v10.2.0) #### What's Changed - Solution items should respect folders option by [@​ptasev](https://togithub.com/ptasev) in [https://github.com/microsoft/slngen/pull/495](https://togithub.com/microsoft/slngen/pull/495) #### New Contributors - [@​ptasev](https://togithub.com/ptasev) made their first contribution in [https://github.com/microsoft/slngen/pull/495](https://togithub.com/microsoft/slngen/pull/495) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.1.0...v10.2.0 ### [`v10.1.0`](https://togithub.com/microsoft/slngen/releases/tag/v10.1.0): 10.1.0 #### What's Changed - Add macOS Visual Studio launch support by [@​richardsondev](https://togithub.com/richardsondev) in [https://github.com/microsoft/slngen/pull/492](https://togithub.com/microsoft/slngen/pull/492) **Full Changelog**: https://github.com/microsoft/slngen/compare/v10.0.0...v10.1.0 ### [`v10.0.0`](https://togithub.com/microsoft/slngen/releases/tag/v10.0.0): 10.0.0 #### What's New - Remove telemetry collection by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/481](https://togithub.com/microsoft/slngen/pull/481) #### What's Changed - Bump MSBuild.ProjectCreation from 9.0.1 to 10.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/473](https://togithub.com/microsoft/slngen/pull/473) - Bump Shouldly from 4.1.0 to 4.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/474](https://togithub.com/microsoft/slngen/pull/474) - Bump Shouldly from 4.2.0 to 4.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/475](https://togithub.com/microsoft/slngen/pull/475) - Bump Microsoft.VSSDK.BuildTools from 17.5.4072 to 17.5.4074 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/477](https://togithub.com/microsoft/slngen/pull/477) - Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/478](https://togithub.com/microsoft/slngen/pull/478) - Adopt Microsoft.Build.Traversal for skipping projects when building the solution by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/479](https://togithub.com/microsoft/slngen/pull/479) - Don't require .NET 8 SDK to build locally by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/480](https://togithub.com/microsoft/slngen/pull/480) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.6.9...v10.0.0

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Hong_Kong, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

semanticdiff-com[bot] commented 4 months ago

Review changes with SemanticDiff.

Analyzed 1 of 1 files.

Overall, the semantic diff is 19% smaller than the GitHub diff.

Filename Status
:heavy_check_mark: .config/dotnet-tools.json 18.66% smaller