microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
122 stars 50 forks source link

HelloWorld Cs sample no longer converts vsdconfigxml to vsdconfig in VS 2019 Community #58

Closed WheretIB closed 4 years ago

WheretIB commented 4 years ago

MSBuild target to convert vsdconfigxml file is no longer triggered in latest Visual Studio, producing an invalid extension without vsdconfig file.

gregg-miskelly commented 4 years ago

I am wondering if this is just fall out from the other issue you opened. Lets try to understand that one first.

WheretIB commented 4 years ago

Resolved by enabling 'Automatically check for missing packages during build' option in NuGet settings. Sorry for the trouble.