Share via


OpenApiDocument.ResolveReferences Method

Definition

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.

Applies to