Commit c64ad56
fix: insert entry point before first /// <summary> only
PowerShell -replace replaces ALL regex matches, inserting the entry
point before every /// <summary> in the file. FullIntegration.cs has
two <summary> comments (main class + UpgradeProcessIntegration class),
causing 'Top-level statements must precede namespace and type declarations'.
Use IndexOf + Insert instead for single-match insertion.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 54e3325 commit c64ad56
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
0 commit comments