Roslyn has consolidated external access assemblies in an effort to reduce assembly loads in VS. The change required to move to the unified library is to change references to Microsoft.CodeAnalysis.ExternalAccess.FSharp into references to Microsoft.VisualStudio.LanguageServices.ExternalAccess. After making the change the insertion into VS would show a reduction in image loads for FSharp scenarios.
Roslyn has consolidated external access assemblies in an effort to reduce assembly loads in VS. The change required to move to the unified library is to change references to
Microsoft.CodeAnalysis.ExternalAccess.FSharpinto references toMicrosoft.VisualStudio.LanguageServices.ExternalAccess. After making the change the insertion into VS would show a reduction in image loads for FSharp scenarios.