You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)?
@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?
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.
What's worse, it replaces previous redirect with it's own:
before:
after:
The text was updated successfully, but these errors were encountered: