OpenApiDocument.ResolveReferences Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Walk the OpenApiDocument and resolve unresolved references
public System.Collections.Generic.IEnumerable<Microsoft.OpenApi.Models.OpenApiError> ResolveReferences ();
member this.ResolveReferences : unit -> seq<Microsoft.OpenApi.Models.OpenApiError>
Public Function ResolveReferences () As IEnumerable(Of OpenApiError)
Returns
Remarks
This method will be replaced by a LoadExternalReferences in the next major update to this library. Resolving references at load time is going to go away.