For example ASP.NET Core Bundle and Minifier comes both as a Visual Studio Extension and NuGet package. What would happen if I add NuGet package to a solution and then later that solution is opened on machine where the same Extension for Visual Studio has been installed?
Run time problems? One package taking precedence over another?
I've tried it out and it seems that NuGet package takes precedence regardless of version. Even in cases where NuGet package version is lower, it'll run excluding installed extension.
Thinking about it - it makes sense - if you marked something as dependency in your solution it should be higher priority over IDE and it's settings / addins.