-
Notifications
You must be signed in to change notification settings - Fork 795
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
Compiler error causes VS2017 to crash #3171
Comments
Attached is the most minimal reproduction i could find. The case seems to be an F# lib taking a dependency on a C# type ( Continuing to type past this point e.g. |
|
#3174 fixes it for me |
Good work! So quick. I commented on the commit, might be nothing to worry about but could there still be race conditions? |
@chillitom I'm not even sure there is a race there. In this line the registration has already been disposed and it should be garantueed that only a single continuation function is called. @forki you test for |
OK here is how I debugged it
|
Closing as this has been fixed. |
Visual Studio crash caused by the F# compiler services.
I have a suspicion that it's related to fetch intellisense for a property on a type from another assembly (C#) where the property's type is in a third unreferenced assembly.
I'm running VS2017 with nighties. Initially saw the crash with a build from a few days ago, updated to test latest and still occuring, now running version 15.4.1.17060101
Stack trace:
Repro steps
See comment below
The text was updated successfully, but these errors were encountered: