Refactor/use slnx#3
Open
darthtrevino wants to merge 45 commits into
Open
Conversation
…ictionary (dotnet#1652) * Fix analyzer RCS1250: Don't suggest a collection expression for the Dictionary * Update ChangeLog.md * Update ChangeLog.md --------- Co-authored-by: Josef Pihrt <josef@pihrt.net>
This reverts commit 7f4094e.
* Change Span of PutFullAccessorOnOwnLine to be correct Also fixes the application of the code fix * Fix diagnostic location for PutFullAccessorOnItsOwnLine rule and update tests --------- Co-authored-by: Josef Pihrt <josef@pihrt.net>
* Add support for the slnx solution file type * Add support for the slnx solution file type * fix formatting * add slnx support * use net9.0 path in some tool scripts * add setup-dotnet step * Squashed commit of the following: commit 219124e Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 22:02:34 2025 -0700 dotnet format commit f721781 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:57:24 2025 -0700 add pragma disable commit b645a59 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:47:40 2025 -0700 remove net7.0 targets (deprecated) commit 85b7920 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:42:00 2025 -0700 conditional Microsoft.Build import commit 7ce673f Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:20:28 2025 -0700 drop net7.0 commit f26dd93 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:08:32 2025 -0700 update dotnet 9.0.x install commit c8f9262 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 21:02:57 2025 -0700 leave roslynator.sln commit 88581a4 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 20:55:47 2025 -0700 test fix commit 922110c Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 20:44:34 2025 -0700 fix lint issue commit 4782f89 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 20:41:52 2025 -0700 fix lint violation commit cf5a4ed Merge: 27d7848 1384df8 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 20:36:51 2025 -0700 Merge branch 'dathtrevino/feat/slnx_support' into task/slnx_everything commit 27d7848 Author: Chris Trevino <chtrevin@microsoft.com> Date: Tue Jul 1 11:43:53 2025 -0700 slnx everything * revert slnx changes * revert a couple of changes * update pragma text * Update src/Tests/Analyzers.Tests/RCS1213RemoveUnusedMemberDeclarationTests.cs Co-authored-by: Josef Pihrt <josef@pihrt.net> * Update src/CommandLine.DocumentationGenerator/DocumentationWriter.cs Co-authored-by: Josef Pihrt <josef@pihrt.net> * fix tests * update changelog --------- Co-authored-by: timo <timo.nuernberg@online.de> Co-authored-by: Josef Pihrt <josef@pihrt.net>
Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) Updates `js-yaml` from 3.13.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josef Pihrt <josef@pihrt.net>
* Fix RCS1085 with ref backing field Fixes dotnet#1717 * Update ChangeLog.md --------- Co-authored-by: Josef Pihrt <josef@pihrt.net>
…t#1720) Co-authored-by: Josef Pihrt <josef@pihrt.net>
* Fix CLI rename-symbol ignore implicitly declared method parameters (e.g. top-level statement string[] args) * Fix CLI rename-symbol: add support for top-level statements in LocalSymbolFinder.FindLocalSymbols * Use explicit type instead of 'var' * Update src/Workspaces.Core/Rename/SymbolListHelpers.cs * Changelog update --------- Co-authored-by: Josef Pihrt <josef@pihrt.net>
* Fixes .net10 msbuild compatibility issue (dotnet#1716) * fix: Attempt to use msbuild 17.14.28 for all non-10 versions of dotnet frameworks * Use the appropriate Microsoft.Build version depending on target framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.