We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1758b commit 0bdde8aCopy full SHA for 0bdde8a
1 file changed
ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h
@@ -133,6 +133,10 @@ public interface class IDirectoryEnumerationResults
133
/// or else names can be duplicated or missing from the enumeration results presented to the
134
/// process enumerating the filesystem.
135
/// </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>
140
/// </remarks>
141
/// <param name="fileName">The name of the file or directory.</param>
142
/// <param name="fileSize">The size of the file.</param>
0 commit comments