Commit c2736dc
Fix /// comment in Trimming/Program.fs that was causing build failures
Changed /// to // on line 8265 - this was a regular comment, not XML
documentation, and was causing TreatWarningsAsErrors builds to fail.
Co-authored-by: abonie <[email protected]>1 parent c24643d commit c2736dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8262 | 8262 | | |
8263 | 8263 | | |
8264 | 8264 | | |
8265 | | - | |
| 8265 | + | |
8266 | 8266 | | |
8267 | 8267 | | |
8268 | 8268 | | |
| |||
0 commit comments