Missing way to set ParameterDateTimeFormat for NSwag
When using the NSwagCodeGenerator, there is little options in tools->options. Need to be able to set other options than what is given, specifically at this time the ParameterDateTimeFormat option.
Other options available: https://github.com/RicoSuter/NSwag/wiki/CSharpClientGeneratorSettings
Can these settings be placed in the project file, to be applied per project instead of globally?
Thanks again for reporting this @johnwc
I will add the ParameterDateTimeFormat option to the Visual Studio options page for NSwag
To avoid repeating myself regarding a per-project configuration I will link to my comment in Issue #421
I will try to add as many settings as I can from the link you provided
I started working on a file format that can describe which code generator to use and with what settings. This will eventually get a context menu for itself within Visual Studio where a user will be able to click "Generate Code..." or something like that