-
Notifications
You must be signed in to change notification settings - Fork 790
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
Assertion: IncrementalBuild object has already been disposed! #4137
Comments
The IDE seems to work fine when I ignore this. Unfortunately, the stack trace in the assertion is kind of useless |
Related, after I was debugging CompletionProvider:
|
I can't get this to repro reliably :( |
Okay, this is making it impossible to write code in the editor. It seems to be triggered by any operation that needs typechecking, such as completion or document highlight. |
Perhaps this is actually from here: #4132, as it's this built-in VSIX where I get the assertion. |
It could be due to 351d06b, if you were working atop that. Might be unlikely, though, since I merged that at roughly the same time as your PR. |
Closing as this was not reliable and I haven't seen it lately |
On self-built VSIX, after opening VisualFSharp.sln and
CompletionProviderTests.fs
, I get the below assertion. I took no action in the IDE.Could this be related to #4121?
cc @dsyme @KevinRansom @dwed
The text was updated successfully, but these errors were encountered: