Commit c0bbb5a
authored
[codex] Fix R3 bridge analyzer removal target (#2186)
Build targets:
- Rename the analyzer-removal target to cover analyzers plural.
- Run after ResolvePackageAssets and before CoreCompile/Csc so both ResolvedAnalyzers and Analyzer items are filtered before compilation.
- Remove the ReactiveUI.Primitives.R3Bridge.Generator analyzer by filename from both item groups.
Solution:
- Include Directory.Build.targets in Refit.slnx so the shared target is visible from the solution.1 parent 339cb8d commit c0bbb5a
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments