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
//TODO merge this interface with the previous once all implementations are updated
27
19
/// <summary>
28
20
/// Copy the reference as a target element with overrides.
29
21
/// </summary>
@@ -37,8 +29,7 @@ public interface IOpenApiReferenceHolder : IOpenApiSerializable
37
29
/// <summary>
38
30
/// Indicates if object is populated with data or is just a reference to the data
39
31
/// </summary>
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