From 7ce92c988fb78895e5fafb621f2d7e06de227c52 Mon Sep 17 00:00:00 2001 From: nosami Date: Mon, 15 Feb 2021 09:20:50 +0000 Subject: [PATCH 1/3] Remove ExtCore reference Part of the work involved in removing Paket package manager. --- vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj | 7 +------ vsintegration/src/FSharp.Editor/FSharp.addin.xml | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj index 1ef065b14bb..a6e9c3a61d6 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj @@ -76,11 +76,6 @@ ..\..\..\..\Xamarin.Mac.dll False - - ..\..\..\..\fsharpbinding\packages\ExtCore\lib\net45\ExtCore.dll - True - True - @@ -292,4 +287,4 @@ - \ No newline at end of file + diff --git a/vsintegration/src/FSharp.Editor/FSharp.addin.xml b/vsintegration/src/FSharp.Editor/FSharp.addin.xml index cdccc1a0320..388dddd2a0a 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.addin.xml +++ b/vsintegration/src/FSharp.Editor/FSharp.addin.xml @@ -3,7 +3,6 @@ - @@ -21,7 +20,6 @@ - From c74799f939934ab50c084d817c499f2237ddf6a5 Mon Sep 17 00:00:00 2001 From: nosami Date: Mon, 15 Feb 2021 13:52:56 +0000 Subject: [PATCH 2/3] Fix compile --- vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs b/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs index 25f38f5f7fa..f95702bee55 100644 --- a/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs +++ b/vsintegration/src/FSharp.Editor/VSMac/FSharpSymbolHelper.fs @@ -4,6 +4,7 @@ open System.Collections.Generic open System.Text open FSharp.Compiler open FSharp.Compiler.SourceCodeServices +open Microsoft.VisualStudio.FSharp.Editor.Symbols module Symbols = let getLocationFromSymbolUse (s: FSharpSymbolUse) = From cec82e2cf475ec72655257d7b70875dc91a839fe Mon Sep 17 00:00:00 2001 From: nosami Date: Mon, 15 Feb 2021 16:56:29 +0000 Subject: [PATCH 3/3] Move FSharp package version numbers to props file --- vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj index a6e9c3a61d6..e76a2842dd9 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj @@ -25,7 +25,7 @@ 3 ..\..\..\..\..\build\AddIns\FSharp.Editor\FSharp.Editor.XML false - --warnon:11111182 --subsystemversion:6.00 --simpleresolution + --warnon:11111182 --subsystemversion:6.00 --simpleresolution true --publicsign ..\..\..\src\buildtools\keys\MSFT.snk @@ -218,7 +218,7 @@ False - + {27096E7F-C91C-4AC6-B289-6897A701DF21} @@ -228,7 +228,7 @@ - + {3F5B5BDA-69D5-441A-8142-AA25C998A997} MonoDevelop.TextEditor