Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update FSharpCheckerProvider.fs
  • Loading branch information
cartermp authored May 30, 2019
commit 091ab588a0211360297aaae5c7db2acd4c5cbf6d
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type internal FSharpCheckerProvider
keepAllBackgroundResolutions = false,
// Enabling this would mean that if devenv.exe goes above 2.3GB we do a one-off downsize of the F# Compiler Service caches
(* , MaxMemory = 2300 *)
useLegacyReferenceResolver=true,
legacyReferenceResolver=FSharp.Compiler.MSBuildReferenceResolver.Resolver,
tryGetMetadataSnapshot = tryGetMetadataSnapshot)

// This is one half of the bridge between the F# background builder and the Roslyn analysis engine.
Expand Down