Commit e77dce8
[WI1] Address code review feedback - extract magic strings to constants
- Add TargetFramework constant ("net9.0") for maintainability
- Add AppHostAssemblyName constant for assembly DLL name
- Replace hardcoded strings in DetermineBuildConfiguration()
- Improves future .NET version updates
- Complete WI1 documentation with lessons learned
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>1 parent 91d5f73 commit e77dce8
File tree
1 file changed
+6
-2
lines changed- LearningCourse/LearningCourse.IntegrationTests
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
197 | 201 | | |
198 | 202 | | |
199 | 203 | | |
200 | | - | |
| 204 | + | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
208 | | - | |
| 212 | + | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
| |||
0 commit comments