Skip to content

Commit

Permalink
fix: XML comment has cref attribute 'FullName' that could not be reso…
Browse files Browse the repository at this point in the history
…lved
  • Loading branch information
HofmeisterAn committed Nov 1, 2024
1 parent dfb9f41 commit 1a78654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Testcontainers/Builders/DockerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ public DockerConfig(params ICustomConfiguration[] customConfigurations)
public static DockerConfig Instance { get; }
= new DockerConfig();

/// <inheritdoc cref="FileInfo.Exists" />
/// <inheritdoc cref="FileSystemInfo.Exists" />
public bool Exists => File.Exists(_dockerConfigFilePath);

/// <inheritdoc cref="FileInfo.FullName" />
/// <inheritdoc cref="FileSystemInfo.FullName" />
public string FullName => _dockerConfigFilePath;

/// <summary>
Expand Down

0 comments on commit 1a78654

Please sign in to comment.