mark-pro / Genesis.MinimalApis

Genesis.MinimalApis aims to expand and create organization for Microsoft's Minimal APIs.
MIT License
1 stars 0 forks source link

Use Result Extension Functions To Produce a Lifted IResult #16

Open mark-pro opened 1 year ago

mark-pro commented 1 year ago

Use extension functions in #15 to automatically wrap and produce a predictable IResult.

The idea here is to let any function the returns an alternative value monad to produce an IResult when lifted in a genesis api.