Skip to content

[skip-ci] Add missing xml docs for ExceptionHandler #48814

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

Merged
merged 5 commits into from
Jun 26, 2023

Conversation

divyeshio
Copy link
Contributor

Description

Adds missing inline xml docs for IExceptionHandler and AddExceptionHandler method

Fixes #48640

@ghost ghost added area-runtime community-contribution Indicates that the PR has been added by a community member labels Jun 14, 2023
@ghost
Copy link

ghost commented Jun 14, 2023

Thanks for your PR, @divyeshio. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@amcasey amcasey added area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares and removed area-runtime labels Jun 14, 2023
///
/// Represents an interface for handling exceptions in ASP.NET Core applications.
/// Implementations of this interface can provide custom exception handling logic for
/// different scenarios in the application.
/// </summary>
public interface IExceptionHandler
Copy link
Member

Choose a reason for hiding this comment

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

TryHandleAsync below also needs to be filled in.

Copy link
Member

Choose a reason for hiding this comment

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

Other than that, this looks good to me. Thanks for doing it.

@divyeshio divyeshio requested a review from JamesNK June 20, 2023 14:56
Copy link
Member

@Tratcher Tratcher left a comment

Choose a reason for hiding this comment

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

Thanks

@Tratcher Tratcher enabled auto-merge (squash) June 23, 2023 23:44
@Tratcher Tratcher merged commit f12c72b into dotnet:main Jun 26, 2023
@ghost ghost added this to the 8.0-preview7 milestone Jun 26, 2023
@divyeshio divyeshio deleted the issue-48640 branch August 27, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IExceptionHandler is missing XML docs
5 participants