How can I elide a Result<T>
type in Microsoft.AspNetCore.OpenApi
#63495
-
Can anyone help me find the best approach for the following problem with the newer OpenAPI document generation in aspnetcore. We have a custom generic result type, I have played about with implementations of Can anyone help me or give me some pointers 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The approach in #63473 (comment) (well, something based on it) might be want you want. |
Beta Was this translation helpful? Give feedback.
The approach in #63473 (comment) (well, something based on it) might be want you want.