aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Added InternalServerError and InternalServerError<TValue> to TypedResults

Open onurmicoogullari opened this issue 1 year ago • 4 comments

Extending TypedResults with InternalServerError

  • [X] You've read the Contributor Guide and Code of Conduct.
  • [X] You've included unit or integration tests for your change, where applicable.
  • [X] You've included inline docs for your change, where applicable.
  • [X] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

Added InternalServerError and InternalServerError<TValue> to TypedResults.

Fixes #53073

onurmicoogullari avatar Jan 26 '24 23:01 onurmicoogullari

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

ghost avatar Jan 26 '24 23:01 ghost

@onurmicoogullari please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@dotnet-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@dotnet-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@dotnet-policy-service agree company="Microsoft"

Contributor License Agreement

@dotnet-policy-service agree

onurmicoogullari avatar Jan 26 '24 23:01 onurmicoogullari

APIs need to go through API review and have to be approved by the team. You can leave the PR here until the right shape gets approved.

davidfowl avatar Jan 27 '24 00:01 davidfowl