Skip to content
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

Make exception summarizer work with derived exception types #4370

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

geeknoid
Copy link
Member

@geeknoid geeknoid commented Sep 7, 2023

Fixes #4004

Microsoft Reviewers: Open in CodeFlow

@geeknoid geeknoid merged commit e06b11b into release/8.0 Sep 7, 2023
6 checks passed
@geeknoid geeknoid deleted the geednoid/exsum branch September 7, 2023 18:25
Comment on lines -38 to -43
/// <summary>
/// It iterates through all registered summarizers, returns a summary if possible.
/// Default is <see cref="Exception"/> message if its length is less than 32, otherwise exception type name.
/// </summary>
/// <param name="exception">The exception.</param>
/// <returns>The summary of the given <see cref="Exception"/>.</returns>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete the existing xml-docs? They can still be useful.

@ghost ghost locked as resolved and limited conversation to collaborators Oct 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants