brentkrueger / VisualStudio2017PackageVisualizer

Implementation of the Visual Studio 2013 package visualizer as a Visual Studio 2015 extension. Version for VS 2015 can be found here: https://github.com/brentkrueger/VisualStudio2015PackageVisualizer
MIT License
14 stars 6 forks source link

Not showing true version number that is used #12

Open mores opened 3 years ago

mores commented 3 years ago

During the compilation of my project I see the following warning: 1> No way to resolve conflict between "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" and "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed". Choosing "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" arbitrarily.

But packages.config show: <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />

And web.config shows: `

    <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0"/>
  </dependentAssembly>`

And Package Visualizer shows: image

How can I visualize where version 4.5 or version 6.0 is being sourced from ?

BingTSC commented 2 years ago

got the same issue. and I need to change this to make it build.
However, seems I cannot push my fix to this repo due to permission.

image

brentkrueger commented 2 years ago

got the same issue. and I need to change this to make it build. However, seems I cannot push my fix to this repo due to permission.

image

Can you submit a PR? I just have not had any time to work on this project, so I always welcome any PR's. Thank you!

BingTSC commented 2 years ago

@brentkrueger seems I don't have permission: image