Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet package installation adds binding redirect for FSharp.Core to version 4.3.0.0 #11

Closed
vasily-kirichenko opened this issue Nov 26, 2014 · 3 comments

Comments

@vasily-kirichenko
Copy link
Collaborator

What's worse, it replaces previous redirect with it's own:

before:

<dependentAssembly>
    <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-4.3.1.0" newVersion="4.3.1.0" />
</dependentAssembly>

after:

<dependentAssembly>
    <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-4.3.0.0" newVersion="4.3.0.0" />
</dependentAssembly>
@jack-pappas
Copy link
Owner

@vasily-kirichenko thank you for reporting this. I don't know what could be causing this, as the ExtCore package neither includes it's own app.config nor specifies any FSharp.Core dependency in it's .nuspec. Do you have any idea why this might be happening? Maybe NuGet is taking some action when it sees that ExtCore.dll references FSharp.Core, Version=4.3.0.0 and automatically generating the binding redirect (and overwriting the existing redirect to FSharp.Core, Version=4.3.1.0)?

@jack-pappas
Copy link
Owner

@vasily-kirichenko Is this still an issue for you, or can I close this? If you are still seeing this issue -- is it occurring with any other packages, or only with ExtCore?

I stumbled across dotnet/fsharp#283 today -- perhaps that is related to this?

@jack-pappas
Copy link
Owner

This seems to have been a VS / VFT bug -- if you think this is still something that needs to be addressed in ExtCore, please let me know and I'll re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants