Skip to content

Commit a512e33

Browse files
committed
wip
1 parent 9c177fb commit a512e33

22 files changed

Lines changed: 712 additions & 307 deletions

File tree

ReSharper.FSharp/src/FSharp.TypeProviders.Host/FSharp.TypeProviders.Host/src/Hosts/TypeProvidersTestHost.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Runtime.InteropServices;
2-
using JetBrains.Core;
1+
using JetBrains.Core;
32
using JetBrains.Rd.Tasks;
43
using JetBrains.Rider.FSharp.TypeProviders.Protocol.Server;
54
using JetBrains.Util;

ReSharper.FSharp/src/FSharp/FSharp.Common/FSharp.Common.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<Compile Include="src\Shim\FileSystem\FSharpSourceCache.fs" />
6969
<Compile Include="src\Shim\FileSystem\AssemblyInfoShim.fs" />
7070
<Compile Include="src\Shim\AssemblyReader\AssemblyReaderShim.fs" />
71-
<Compile Include="src\Shim\TypeProviders\TypeProvidersManager.fs" />
72-
<Compile Include="src\Shim\TypeProviders\ExtensionTypingProviderShim.fs" />
71+
<Compile Include="src\Shim\TypeProviders\TypeProvidersClient.fs" />
72+
<Compile Include="src\Shim\TypeProviders\TypeProvidersShim.fs" />
7373
<Compile Include="src\Shim\TypeProviders\ZoneMarker.fs" />
7474
<Compile Include="src\Checker\ScriptFcsProjectProvider.fs" />
7575
<Compile Include="src\Checker\FcsProjectBuilder.fs" />

ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsProjectProvider.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ type FcsProjectProvider(lifetime: Lifetime, solution: ISolution, changeManager:
611611
/// which makes FCS cached resolve results stale
612612
[<SolutionComponent(Instantiation.DemandAnyThreadUnsafe)>]
613613
type OutputAssemblyChangeInvalidator(lifetime: Lifetime, outputAssemblies: OutputAssemblies, daemon: IDaemon,
614-
psiFiles: IPsiFiles, fcsProjectProvider: IFcsProjectProvider, typeProvidersShim: IProxyExtensionTypingProvider,
614+
psiFiles: IPsiFiles, fcsProjectProvider: IFcsProjectProvider, typeProvidersShim: ITypeProvidersShim,
615615
fcsAssemblyReaderShim: ILazy<IFcsAssemblyReaderShim>) =
616616

617617
interface ISolutionLoadTasksStartPsiListener2 with

ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/TypeProviders/ExtensionTypingProviderShim.fs

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)