Skip to content

Commit

Permalink
add OpenApiGenerator_GenerateMethods and OpenApiGenerator_GenerateCon…
Browse files Browse the repository at this point in the history
…structors to OpenApiGenerator.IntegrationTests.Twitch.Data.csproj to reveal other generation errors
  • Loading branch information
Tyler-IN committed May 27, 2024
1 parent e62f8fc commit d389ab0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<OpenApiGenerator_Namespace>OpenApiGenerator.IntegrationTests.Twitch</OpenApiGenerator_Namespace>
<OpenApiGenerator_GenerateSdk>false</OpenApiGenerator_GenerateSdk>
<OpenApiGenerator_GenerateModels>true</OpenApiGenerator_GenerateModels>
<OpenApiGenerator_GenerateMethods>true</OpenApiGenerator_GenerateMethods>
<OpenApiGenerator_GenerateConstructors>true</OpenApiGenerator_GenerateConstructors>
<OpenApiGenerator_GenerateSuperTypeForJsonSerializerContext>true</OpenApiGenerator_GenerateSuperTypeForJsonSerializerContext>
</PropertyGroup>

Expand Down

0 comments on commit d389ab0

Please sign in to comment.