When called through IVsPackageInstaller's methods, NuGet always suppress binding redirects because of an perf optimization we did for new project creation cases. However, it's often desirable to add binding redirects in cases where it's called by other VS components.
To remedy this situation, we will make a small tweak to the implementation of IVsPackageInstaller such that binding redirects will be added if the 'skipAssemblyReferences' is set to 'false'. This is a logical change, because binding redirects is closely tied with assembly references anyway.
To remedy this situation, we will make a small tweak to the implementation of IVsPackageInstaller such that binding redirects will be added if the 'skipAssemblyReferences' is set to 'false'. This is a logical change, because binding redirects is closely tied with assembly references anyway.