We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a4ca9 commit 41b3d88Copy full SHA for 41b3d88
src/TestableIO.System.IO.Abstractions/IFileSystem.cs
@@ -30,7 +30,9 @@ public interface IFileSystem
30
/// </summary>
31
IFileInfoFactory FileInfo { get; }
32
33
- /// <inheritdoc cref="IFileVersionInfoFactory" />
+ /// <summary>
34
+ /// A factory for the creation of wrappers for <see cref="System.Diagnostics.FileVersionInfo" />.
35
+ /// </summary>
36
IFileVersionInfoFactory FileVersionInfo { get; }
37
38
/// <summary>
0 commit comments