|
|
|
|
|
by thawaway1837
2199 days ago
|
|
Right, until random builds start breaking in Visual Studio because some CSPROJ somewhere because visual studio is looking at the wrong DLL since there is no deterministic way to determine where VS will look for DLLs under many circumstances (maybe it’s looking at the GAC. Maybe it’s looking at the many various paths for Nuget. Maybe it’s looking at some of the default build paths) and picks up a random unpredictable version. And since you can’t even look at the CSPROJ within VS without gymnastics debugging isn’t even easy to get started with. |
|