Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Update OpenAPI contract and autogenerated TypeScript API contract to include return types. This is achieved by adding a .Produces<<FooDto>() call to all minimal API endpoints that return a type.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Update OpenAPI contract and autogenerated TypeScript API contract to include return types. This is achieved by adding a
.Produces<<FooDto>()
call to all minimal API endpoints that return a type.Checklist