We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ec372 commit 75d7aa5Copy full SHA for 75d7aa5
src/Microsoft.OpenApi.OData.Reader/OpenApiConvertSettings.cs
@@ -382,6 +382,7 @@ internal OpenApiConvertSettings Clone()
382
RequireDerivedTypesConstraintForODataTypeCastSegments = this.RequireDerivedTypesConstraintForODataTypeCastSegments,
383
EnableDeprecationInformation = this.EnableDeprecationInformation,
384
AddEnumDescriptionExtension = this.AddEnumDescriptionExtension,
385
+ AddEnumFlagsExtension = this.AddEnumFlagsExtension,
386
ErrorResponsesAsDefault = this.ErrorResponsesAsDefault,
387
InnerErrorComplexTypeName = this.InnerErrorComplexTypeName,
388
RequireRestrictionAnnotationsToGenerateComplexPropertyPaths = this.RequireRestrictionAnnotationsToGenerateComplexPropertyPaths,
0 commit comments