Alec Petersen
Alec Petersen
Also, I just found you can use `--global-property models,apis` if you only want models and apis to be created for example
@sanjeev9160 @ashokirla Would it be possible to get an update on the progress of this feature?
I've also noticed this for strings (as in I make a string nullable but the generated client code does not mark it as "string?"), I assume there is a reason...
Question about this, the [docs](https://openapi-generator.tech/docs/generators/aspnetcore/) say this is supported, but it generates an error. I'm assuming this is a mistake in the docs? EDIT, I see it has been merged,...
Good news @wing328! We can actually simplify down and lose the fallback config option. RestSharp already disregards MaxTimeout and uses the Timeout value, so setting Timeout will have the desired...
@javiertuya Question on this one, I don't see where you set the targetFramework for the generator to netstandard2.0/2.1. The default is net8.0 (basing that off of what I'm reading [here](https://openapi-generator.tech/docs/generators/csharp)),...
You're welcome!
Got a fix for this issue in review #19847