christianhelle / apiclientcodegen

A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
http://bit.ly/restapicodegen
GNU General Public License v3.0
177 stars 23 forks source link

Add support --type-access-modifier option for Microsoft Kiota #1010

Closed christianhelle closed 2 weeks ago

christianhelle commented 2 weeks ago

This pull request introduces a new feature to set the access modifier for generated types in the Kiota code generator. The changes span multiple files to incorporate this new option, including modifications to configuration classes, options interfaces, and the command-line interface.

Feature Addition: Type Access Modifier

Screenshot

image

sonarcloud[bot] commented 2 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
50.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud