Commit 3fcce47
fix: template build entry point and DiffProgress namespace
- FullIntegration.cs: add 'using GeneralUpdate.Core.Models' so DiffProgress.Percentage resolves
- CI: prepend top-level entry point call (Console.WriteLine + await RunAsync()) to
generated Program.cs so the templates compile as a console app
- Both MinimalIntegration and FullIntegration now build successfully
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c24e776 commit 3fcce47
2 files changed
Lines changed: 8 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
162 | 169 | | |
163 | 170 | | |
164 | 171 | | |
| |||
0 commit comments