Skip to content

Commit 0bdde8a

Browse files
author
yerudako
committed
Add a link to an issue about .net framework incompatibility
1 parent 0f1758b commit 0bdde8a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ public interface class IDirectoryEnumerationResults
133133
/// or else names can be duplicated or missing from the enumeration results presented to the
134134
/// process enumerating the filesystem.
135135
/// </para>
136+
/// <para>
137+
/// This overload is incompatible with .NET Framework clients.
138+
/// See https://github.com/microsoft/ProjFS-Managed-API/issues/81 for details.
139+
/// </para>
136140
/// </remarks>
137141
/// <param name="fileName">The name of the file or directory.</param>
138142
/// <param name="fileSize">The size of the file.</param>

0 commit comments

Comments
 (0)