Commit 54e3325
fix: insert top-level entry point after using directives
C# requires top-level statements after using directives but before
type declarations. Use regex to insert the entry point before the
first /// <summary> doc comment, which follows all using statements.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3fcce47 commit 54e3325
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | | - | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
0 commit comments