Commit 2b4e59a
refactor: Extract duplicate dotnet format logic into helper method (#1464)
* chore: Add .worktrees/ to .gitignore for parallel development
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: Extract duplicate dotnet format logic into helper method
Consolidates 4 nearly identical DotNetFormatOptions configurations into a
single reusable RunDotNetFormat helper method with parameters for
whitespaceOnly and verifyNoChanges variations.
Fixes #1460
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9374bfc commit 2b4e59a
1 file changed
Lines changed: 21 additions & 27 deletions
Lines changed: 21 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 47 | + | |
54 | 48 | | |
55 | 49 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 50 | + | |
62 | 51 | | |
63 | 52 | | |
64 | 53 | | |
| |||
70 | 59 | | |
71 | 60 | | |
72 | 61 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 62 | + | |
| 63 | + | |
87 | 64 | | |
88 | 65 | | |
89 | 66 | | |
| |||
98 | 75 | | |
99 | 76 | | |
100 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
101 | 95 | | |
0 commit comments