diff --git a/ReSharper.FSharp/Directory.Build.props b/ReSharper.FSharp/Directory.Build.props
index 17598c2dfd..1ec0b8c36e 100644
--- a/ReSharper.FSharp/Directory.Build.props
+++ b/ReSharper.FSharp/Directory.Build.props
@@ -34,11 +34,13 @@
$(Subplatform).Rider_RdBackend.Common.Props
$(Subplatform).Rider_Rider.Backend.Props
true
- $(MSBuildThisFileDirectory)../../fsharp/src/Compiler/FSharp.Compiler.Service.fsproj
+ $(MSBuildThisFileDirectory)../../fsharp
-
+
+
+
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs
index 0742b1c263..e0afe2d691 100644
--- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs
+++ b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs
@@ -99,7 +99,8 @@ type FcsCheckerService(lifetime: Lifetime, logger: ILogger, onSolutionCloseNotif
let setting = SettingsUtil.getEntry settingsStore name
settingsStoreLive.GetValueProperty(lifetime, setting, null)
- let useTransparentCompiler = (getSettingProperty "UseTransparentCompiler").Value
+ let useTransparentCompiler = true
+ // (getSettingProperty "UseTransparentCompiler").Value
let checker =
Environment.SetEnvironmentVariable("FCS_CheckFileInProjectCacheSize", "20")