mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 10:19:07 +00:00
Per #4486, this allows user to specify the use of a standard or custom prefix for interfaces. For C# based languages, this follows Microsoft's Framework Design Guidelines and uses an I- prefix. However, to avoid breaking changes with existing nancyfx generated code, the default is unset. The option supports true, false, or a custom prefix.