You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public Microsoft.OpenApi.Reader.OpenApiDiagnostic? Diagnostic { get; set; }
2009
2009
public Microsoft.OpenApi.OpenApiDocument? Document { get; set; }
2010
+
public string? Format { get; set; }
2010
2011
public void Deconstruct(out Microsoft.OpenApi.OpenApiDocument? document, out Microsoft.OpenApi.Reader.OpenApiDiagnostic? diagnostic) { }
2012
+
public void Deconstruct(out Microsoft.OpenApi.OpenApiDocument? document, out Microsoft.OpenApi.Reader.OpenApiDiagnostic? diagnostic, out string? format) { }
0 commit comments