Skip to content

Commit 1a78654

Browse files
committed
fix: XML comment has cref attribute 'FullName' that could not be resolved
1 parent dfb9f41 commit 1a78654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Testcontainers/Builders/DockerConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public DockerConfig(params ICustomConfiguration[] customConfigurations)
5151
public static DockerConfig Instance { get; }
5252
= new DockerConfig();
5353

54-
/// <inheritdoc cref="FileInfo.Exists" />
54+
/// <inheritdoc cref="FileSystemInfo.Exists" />
5555
public bool Exists => File.Exists(_dockerConfigFilePath);
5656

57-
/// <inheritdoc cref="FileInfo.FullName" />
57+
/// <inheritdoc cref="FileSystemInfo.FullName" />
5858
public string FullName => _dockerConfigFilePath;
5959

6060
/// <summary>

0 commit comments

Comments
 (0)