Assembly Binding Redirects Do Not Work as Expected in Project.json only #3372
Labels
Product:VS.Client
Resolution:External
This issue appears to be External to nuget
Style:Project.json
Triage:Investigate
Milestone
3.0 is super awesome and amazing. It is very impressive and vastly improves the user experience in Visual Studio reference management. However, the one (noticeable) feature that seems to have been overlooked is that of assembly binding redirects.
As an example, I recently had an update arrive for
Moq
4.5.21.0 (from 4.5.16.0). The binding redirect looked like this in my unit testingApp.config
:After installing the latest
Moq
I would expect it to look like this:However, this did not occur, and I had to do it manually. In 2.0 this worked without intervention. It would be great to have this return in 3.0. Thank you for any consideration!
The text was updated successfully, but these errors were encountered: