ice-builder-visualstudio icon indicating copy to clipboard operation
ice-builder-visualstudio copied to clipboard

Crash when opening C# NET Core demos

Open bernardnormier opened this issue 6 years ago • 1 comments

I got the following crash after opening the C# NET Core demos solution:

image

That's with VS2017 15.9.6 and Ice Builder 6.0.0.

bernardnormier avatar Sep 18 '19 20:09 bernardnormier

I think the call here to ensure the project is checkout is not safe, as we don't have a project lock, seems the projects gets unloaded by other extension probably NuGet, as it typically load and unload projects during restoring.

https://github.com/zeroc-ice/ice-builder-visualstudio/blob/d8f490b4571aeb58f289bb35ee8f3693c940df96/IceBuilder_Common/ProjectHelperI.cs#L55

pepone avatar Sep 18 '19 20:09 pepone