We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450cc7f commit d070862Copy full SHA for d070862
src/fsharp/vs/IncrementalBuild.fs
@@ -1388,7 +1388,7 @@ module internal IncrementalFSharpBuild =
1388
tcConfig,tcAcc.tcImports,
1389
tcAcc.tcGlobals,
1390
None,
1391
- NameResolution.TcResultsSink.NoSink,
+ TcResultsSink.WithSink sink,
1392
tcAcc.tcState,input)
1393
1394
/// Only keep the typed interface files when doing a "full" build for fsc.exe, otherwise just throw them away
0 commit comments