-
Notifications
You must be signed in to change notification settings - Fork 822
Disable in-memory project references for projects using generative type providers #3236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I also wanted to check that we're not triggering endless rechecks of the project. Here is the reactot trace after a couple of one-character edits in Program.fs
|
Thank you so much for this. |
OK this now has a test I've enabled one of the existing type provider FCS tests which previously used the "project cracker" (which is not compiled as part of this repo as yet) . I've also added
to build the FSharp.Compiler.Service.dll with the public API which is used by the FSI scripting way of running the test scripts |
Tentative fix for #3234
Will add FCS testing for this scenario as well