-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Collect nfw information for a crash we're seeing. #49450
Conversation
src/Workspaces/Core/Portable/SemanticModelReuse/AbstractSemanticModelReuseLanguageService.cs
Outdated
Show resolved
Hide resolved
…icModelReuseLanguageService.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was already implemented in #48367
Different approaches. Tomas' pr is about handling FatalError consistently. My PR legit changes us from a crash to 'return null'. This is a functional change in impl, along with information gathering for fixing htings. |
Hello @CyrusNajmabadi! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approval
Fixes #49413
This changes us from a hard crash when we run into something unexpected into a soft watson where we log the information and then fallback to safe, but less fast, codepath.