ice-builder-visualstudio
ice-builder-visualstudio copied to clipboard
Crash when opening C# NET Core demos
I got the following crash after opening the C# NET Core demos solution:

That's with VS2017 15.9.6 and Ice Builder 6.0.0.
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