ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Unsopported Type on Created Result when using ToMinimalApiResult method #187

Closed Dalmazox closed 5 months ago

Dalmazox commented 5 months ago

TL;DR: After pull #177, when using ToMinimalApiResult(), we came across an error like Result Created conversion is not supported., in this moment, i'm fixing the error and post a PR soon.

Context

The created result have been added on pull #177, when using the ToMinimalApiResult() method, we have an error of unsopported type, see screenshot below:

image

Environment

.NET 8.0.300 Ardalis.Result 9.0.1 Ardalis.Result.AspNetCore 9.0.0

PR

In this moment, i'm fixing this issue.