You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way or config option (https://openapi-generator.tech/docs/generators/aspnetcore/) available to generate controllers using the generic IActionResult<T> as the return type instead of just IActionResult? (to constraint the expected object to be returned)
I see @InfoSec812 was looking forward for the same feature.
Same here... I need to modify the template for the controllers to replace IActionResult with ActionResult<{{dataType}}>