StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Concurrent calls to GetService should be prevented #108

Closed StefanKert closed 6 months ago

StefanKert commented 3 years ago

In BuildVision we do have many places where we call GetService and some of them are also happening overlapping (#106).

The following classes can be improved