开发者

Build error after initialising a project with OpenWrap

开发者 https://www.devze.com 2023-01-31 15:32 出处:网络
I\'m getting this开发者_C百科 error when I build my project in Visual Studio after initialising OpenWrap.

I'm getting this开发者_C百科 error when I build my project in Visual Studio after initialising OpenWrap.

The "InitializeVisualStudioIntegration" task was not given a value for the required parameter "WrapDescriptor".

Any idea what is wrong? I'm just following the guide on the OpenWrap wiki.


Sorry for the delay in responding, christmas and all that :)

We've fixed a whole bunch of bugs with the latest release. I'd recommend updating your packages to the latest version.

Also make sure that your package descriptor is in the root of your project. It currently only support descriptors up to a couple of levels, if you're too nested it won't be found. You can alter your msbuild file to change the location of the descriptor by using the OpenWrap-DescriptorPath property, or you can fill-in a bug on github so we can address that scenario.

0

精彩评论

暂无评论...
验证码 换一张
取 消