Skip to content

Commit 75d7aa5

Browse files
author
Andrew Omondi
committed
Fixes missing clone
1 parent c7ec372 commit 75d7aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.OpenApi.OData.Reader/OpenApiConvertSettings.cs

+1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ internal OpenApiConvertSettings Clone()
382382
RequireDerivedTypesConstraintForODataTypeCastSegments = this.RequireDerivedTypesConstraintForODataTypeCastSegments,
383383
EnableDeprecationInformation = this.EnableDeprecationInformation,
384384
AddEnumDescriptionExtension = this.AddEnumDescriptionExtension,
385+
AddEnumFlagsExtension = this.AddEnumFlagsExtension,
385386
ErrorResponsesAsDefault = this.ErrorResponsesAsDefault,
386387
InnerErrorComplexTypeName = this.InnerErrorComplexTypeName,
387388
RequireRestrictionAnnotationsToGenerateComplexPropertyPaths = this.RequireRestrictionAnnotationsToGenerateComplexPropertyPaths,

0 commit comments

Comments
 (0)