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
Copy file name to clipboardExpand all lines: src/Microsoft.OpenApi/Interfaces/IOpenApiReferenceHolder.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ public interface IOpenApiReferenceHolder : IOpenApiSerializable
38
38
/// Indicates if object is populated with data or is just a reference to the data
39
39
/// </summary>
40
40
boolUnresolvedReference{get;set;}
41
+
//TODO the UnresolvedReference property setter should be removed and a default implementation that checks whether the target is null for the getter should be provided instead
0 commit comments