Tom Meschter
Tom Meschter
Next step is to investigate and determine if we, CPS, or the SDK should own this.
@drewnoakes @melytc @MiYanni Any other documentation we're missing?
@NickCraver 1. I'd like to hear more about the issues you've had with `` on the _old_ project system as I implemented that. :-) 2. I'm also interested in any...
I've also seen this. I have VS 17.4.0 Preview 2.0 (specifically, main 32815.74) and the executable is using the Microsoft.Build.Locator package to try to load a project via `ProjectCollection.LoadProject`. Using...
@smoothdeveloper Does the project build correctly on the command line?
Visual Studio should support an option for setting FailOnUnresolvedSdk for the project load behavior
For context, the goal here is to mitigate the downstream effects of an unresolved SDK. For example, the Project System will still trigger a NuGet restore operation which is likely...
Fixed via https://devdiv.visualstudio.com/DevDiv/_git/CPS/pullrequest/421299 and then https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/422035.
Of course, it's always possible for an `==` operator to be added later, potentially changing the meaning of our code without us realizing. I prefer the `is null` approach myself,...
@drewnoakes @davkean @lifengl Doesn't NuGet restore happen as part of the build itself when run from within VS? Or have I misunderstood what this setting does: