These samples require SDK 9.0.100
-
TypedResults.InternalServerError
This example shows how to return HTTP Status 500 using
TypedResults.InternalServerError
. -
This example shows how to use the built in support for generating OpenAPI document. In the previous version of ASP.NET Core you have to rely third party packages such as NSwag to do so.
-
Use NSWag to visualize built-in OpenAPI generator
This example shows how to use NSwag UI to visualize the built-in OpenAPI generator.