Transparent Compiler: discrepancy between signatures and source files not reported in diagnostics
Basically, diagnostics for not implemented stuff in signatures (FS0193) don't show up. Not when you edit the implementation, and not in the background solution analysis.
You need to build to get the errors, even then the errors are only in the build output, and never show up in VS Error List.
I'm testing current main with Transparent Compiler enabled.
Do you have a repro project? Because they show up for me.
Yes, on this branch: ct-experiment
when I open BuildGraph.fs.
I did something crazy in the code that causes this. But Switching the Transparent Compiler off causes the diagnostics to show up:
Yeah I can reproduce it there. Will try to figure out what's happening.