conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

crash: cannot access a disposed object #107

Closed SSE4 closed 5 years ago

SSE4 commented 5 years ago

If I close the project at the bad time, I get the following exception:

cannot access a disposed object
Object name: Microsoft.VisualStudio.Project.VicualC.VCProjectEngine.VCCustomBuildRuleShim`

at the following line: https://github.com/conan-io/conan-vs-extension/blob/ef608fbb86c40c853d88112e90e2128dfcd4faa7/Conan.VisualStudio/Services/VcProjectService.cs#L149 probably, we should have a check for unloaded projects