Commit 6c761a6
Add .slnx support (#1662)
* 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>1 parent 37a845a commit 6c761a6
File tree
15 files changed
+33
-15
lines changed- src
- CommandLine.DocumentationGenerator
- CommandLine
- Commands
- Json
- Tests
- Analyzers.Tests
- CSharp.Tests
- tools
15 files changed
+33
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
| 418 | + | |
418 | 419 | | |
419 | 420 | | |
420 | 421 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
875 | 878 | | |
876 | 879 | | |
877 | 880 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
598 | 602 | | |
599 | 603 | | |
600 | 604 | | |
| |||
0 commit comments