-
-
Notifications
You must be signed in to change notification settings - Fork 455
Adjust JsonRPCPlugin.cs Exception Handling #633
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
| // ReSharper disable once AccessToDisposedClosure | ||
| if (!disposed && !process.HasExited) | ||
| // ReSharper disable once AccessToDisposedClosure |
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.
i remember i deleted these two before, how come they are readded?
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.
Oh I add it to suppress the warning. Sorry, good to remove them
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.
Oh ok, sorry I don't use resharper so didn't know what they r for, if required please add them back in.
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.
Oh ok, sorry I don't use resharper so didn't know what they r for, if required please add them back in.
No just the yellow wavy line a bit annoying.
#632 discussion