We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c569eb commit f4c4404Copy full SHA for f4c4404
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