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
165 stars 20 forks source link

Kiota generates multiple files even configured not to #905

Closed christianhelle closed 2 months ago

christianhelle commented 2 months ago

Describe the bug Kiota generates multiple files even configured not to

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Tools -> REST API Client Code Generator -> Kiota'
  2. Set 'Generate Multiple Files' to False
  3. Generate API Client using Kiota
  4. Re-run custom tool by making change to OpenAPI spec file (or right click Run Custom Tool)

Expected behavior The code-behind file should be updated and not create multiple files on the project

Actual Behavior - Screenshot image