Commit 8245d6f
fix: restore BannedSymbols filenames and remove unsafe publish workflow
BannedApiAnalyzers requires files named BannedSymbols.txt / BannedSymbols.*.txt.
Renaming to Default.txt broke RS0030 detection.
- Rename Default.txt → BannedSymbols.txt
- Rename NewtonsoftJson.txt → BannedSymbols.NewtonsoftJson.txt
- Remove nuget-publish.yml (tag-triggered publish bypassed CI tests)
- ci.yml deploy job already handles publishing with proper test gating
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent edbdfe3 commit 8245d6f
7 files changed
Lines changed: 8 additions & 63 deletions
File tree
- .github/workflows
- src
- Build/Common
- Config/BannedSymbols
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
| 234 | + | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments