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
Given I use documentGenerator=aspNetCoreToOpenApi, basically I need to generate a C# client for a .NET 9 Web API project that uses the default OpenAPI generator.
I don't want to add the NSwag.AspNetCore lib, because it doesn't understand correctly the TypedResults result types.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Given I use documentGenerator=aspNetCoreToOpenApi, basically I need to generate a C# client for a .NET 9 Web API project that uses the default OpenAPI generator.
I don't want to add the NSwag.AspNetCore lib, because it doesn't understand correctly the TypedResults result types.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions