fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

FSharp.ProjectSystem.FSharp references MS.VS.Shell.Immutable.15.0.dll but it is not deployed

Open cartermp opened this issue 5 years ago • 2 comments

@brettfo says "I'm surprised our build doesn't fail"

cartermp avatar Jul 10 '20 18:07 cartermp

@brettfo @cartermp What's the status/severity on this, is it now fixed?

dsyme avatar Sep 03 '20 15:09 dsyme

Severity is probably sort of low, but it is not done. There is a terrible dependency chain that involved this tragedy: https://github.com/dotnet/fsharp/blob/main/vsintegration/src/FSharp.ProjectSystem.Base/Project/ProjectSystem.Base.csproj#L74

I filed this because I was looking to update our VS SDK package dependencies and get rid of some old ones. Part of what blocked me traced back to this, but I couldn't figure out how to resolve it without updating code in the legacy project system. It relies on some APIs that are no longer present in newer package versions.

cartermp avatar Sep 03 '20 15:09 cartermp