Skip to content

Commit dc2ce69

Browse files
committed
chore: adds a todo for later
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2cbb0fa commit dc2ce69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.OpenApi/Interfaces/IOpenApiReferenceHolder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public interface IOpenApiReferenceHolder : IOpenApiSerializable
3838
/// Indicates if object is populated with data or is just a reference to the data
3939
/// </summary>
4040
bool UnresolvedReference { 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
4142

4243
/// <summary>
4344
/// Reference object.

0 commit comments

Comments
 (0)