OpenWrap/openwrap

OpenWrap does not support .NET 4.5 yet

Opened this issue · 2 comments

OpenWrap doesn't support .NET 4.5 yet at this moment. I found the issue while I was trying to build a project that was initialized with openWrap inside of Visual Studio 11.

The OpenWrap-TargetProfile property doesn't get set to the correct value, because the TargetFrameworkVersion property isn't correctly handled inside the OpenWrap.Csharp.Targets file.

Because it doesn't get a valid value, you will get an error with the following message:

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

There are other issues with 4.5, msbuild runs out of process and the solution hooking code needs updating to detect the DTE across processes, so its quite a bit of work to get everything running.

I'll probably allocate time after RC

Seb

On 26 May 2012, at 11:32, "Willem Meints" reply@reply.github.com wrote:

OpenWrap doesn't support .NET 4.5 yet at this moment. I found the issue while I was trying to build a project that was initialized with openWrap inside of Visual Studio 11.

The OpenWrap-TargetProfile property doesn't get set to the correct value, because the TargetFrameworkVersion property isn't correctly handled inside the OpenWrap.Csharp.Targets file.

Because it doesn't get a valid value, you will get an error with the following message:

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


Reply to this email directly or view it on GitHub:
#323

I guess Visual Studio 2012 and Resharper 7 plugin falls in the same category