Skip to content

Add missing handling for OperationCanceledException in DebuggableWrapper#354

Merged
AArnott merged 1 commit intomicrosoft:v15.8from
jasonmalinowski:fix-cancellation-bug
Aug 24, 2018
Merged

Add missing handling for OperationCanceledException in DebuggableWrapper#354
AArnott merged 1 commit intomicrosoft:v15.8from
jasonmalinowski:fix-cancellation-bug

Conversation

@jasonmalinowski
Copy link
Copy Markdown
Member

Without this, analyzers observing cancellation end up re-wrapping the exception and showing errors in Visual Studio.

@AArnott
Copy link
Copy Markdown
Member

AArnott commented Aug 24, 2018

Doh! I guess I missed this method in #234 when I "fixed" this already. I wondered why I was seeing these in the error list even for builds that had my "fix".
Thanks for sharing. Can you rebase on 15.8 so we can ship a new analyzer package with the fix for the stable set?

Without this, analyzers observing cancellation end up re-wrapping the
exception and showing errors in Visual Studio.
@jasonmalinowski jasonmalinowski changed the base branch from master to v15.8 August 24, 2018 23:20
@jasonmalinowski
Copy link
Copy Markdown
Member Author

@AArnott Done!

@AArnott
Copy link
Copy Markdown
Member

AArnott commented Aug 24, 2018

Thanks!

@AArnott AArnott merged commit 331d0ff into microsoft:v15.8 Aug 24, 2018
AArnott added a commit that referenced this pull request Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants