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 b5f68c9 commit a46e857Copy full SHA for a46e857
src/Microsoft.OpenApi/Models/OpenApiReference.cs
@@ -150,7 +150,7 @@ public OpenApiReference(OpenApiReference reference)
150
ExternalResource = reference?.ExternalResource;
151
Type = reference?.Type;
152
Id = reference?.Id;
153
- HostDocument = new(reference?.HostDocument);
+ HostDocument = reference?.HostDocument;
154
}
155
156
/// <summary>
0 commit comments