- Visual Studio options: - Build (seems straightforward) - Clean (I assume calls dotnet clean) - Rebuild (I assume calls clean, then build) But no. If I "Rebuild" then I have weird NuGet errors because things ref different versions. But if I *manually* Clean, and *then* Build, it works. #dotnet
- Clean doesn't clean. Rebuild doesn't rebuild. Build doesn't build unless something changed... Probably. Sometimes. I have a ps1 script I use to clean. Then build becomes rebuild and rebuild is pointless and clean is... well, also pointless.May 13, 2025 17:58