Commit 0967c29
fix: disable MA0007 trailing comma rule, fix Throw.cs auto-generated header
- Set MA0007 (Add comma after last value) severity to none
- Fix CS8669 in Throw.cs by adding // <auto-generated/> header
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d735a8f commit 0967c29
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments