Commit 30263f4
refactor: migrate away from .shproj to SDK-style linked files
- Replace .shproj/.projitems Import with direct Compile Include pattern
- Update Roslyn4120 and Roslyn480 projects to link files using wildcard pattern
- Remove shared project references from solution file
- Fix using directives ordering in TestHelper.cs (StyleCop compliance)
This makes the build dotnet CLI-friendly and works on all CI agents without
requiring Visual Studio-specific MSBuild extensions.
All 33 tests pass.
Co-authored-by: glennawatson <[email protected]>1 parent 8cd267f commit 30263f4
File tree
4 files changed
+8
-11
lines changed- src
- ReactiveUI.SourceGenerator.Tests
- ReactiveUI.SourceGenerators.Roslyn4120
- ReactiveUI.SourceGenerators.Roslyn480
4 files changed
+8
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 102 | | |
0 commit comments