MrDave1999 / SimpleResults

A simple library to implement the Result pattern for returning from services
https://mrdave1999.github.io/SimpleResults
MIT License
105 stars 2 forks source link

Translate from Result object to an implementation of IResult #43

Closed MrDave1999 closed 11 months ago

MrDave1999 commented 11 months ago

The result types must be translated into an implementation of Microsoft.AspNetCore.Http.IResult. It also adds support for Minimal APIs.