Open CrafterKolyan opened 12 hours ago
Adds clean-build task for VS Code which starts build from scratch. Useful if you want to regenerate all warnings outputted by compiler.
clean-build
Same as build but isDefault: false and has extra --no-incremental option. See information about this option here: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build#:~:text=specified%20root%20project.-,%2D%2Dno%2Dincremental,-Marks%20the%20build
build
isDefault: false
--no-incremental
About the PR
Adds
clean-build
task for VS Code which starts build from scratch. Useful if you want to regenerate all warnings outputted by compiler.Technical details
Same as
build
butisDefault: false
and has extra--no-incremental
option. See information about this option here: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build#:~:text=specified%20root%20project.-,%2D%2Dno%2Dincremental,-Marks%20the%20buildRequirements