We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb9f41 commit 1a78654Copy full SHA for 1a78654
src/Testcontainers/Builders/DockerConfig.cs
@@ -51,10 +51,10 @@ public DockerConfig(params ICustomConfiguration[] customConfigurations)
51
public static DockerConfig Instance { get; }
52
= new DockerConfig();
53
54
- /// <inheritdoc cref="FileInfo.Exists" />
+ /// <inheritdoc cref="FileSystemInfo.Exists" />
55
public bool Exists => File.Exists(_dockerConfigFilePath);
56
57
- /// <inheritdoc cref="FileInfo.FullName" />
+ /// <inheritdoc cref="FileSystemInfo.FullName" />
58
public string FullName => _dockerConfigFilePath;
59
60
/// <summary>
0 commit comments