We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea980 commit c51f3ebCopy full SHA for c51f3eb
1 file changed
src/libs/OpenApiGenerator.Cli/Commands/GenerateCommand.cs
@@ -139,6 +139,7 @@ private static async Task HandleAsync(
139
.Select(x => Sources.Method(x)))
140
.Concat(data.Authorizations
141
.Select(x => Sources.Authorization(x)))
142
+ .Concat([Sources.MainAuthorizationConstructor(data.Authorizations)])
143
.Concat(data.AnyOfs
144
.SelectMany(x => new [] { Sources.AnyOf(x), Sources.AnyOfJsonConverter(x), Sources.AnyOfJsonConverterFactory(x) }))
145
.Concat([Sources.JsonSerializerContext(data.Converters, data.Types)])
0 commit comments