Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# User-specific files
*.suo
Expand Down
4 changes: 0 additions & 4 deletions ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ public interface class IDirectoryEnumerationResults
/// or else names can be duplicated or missing from the enumeration results presented to the
/// process enumerating the filesystem.
/// </para>
/// <para>
/// This overload is incompatible with .NET Framework clients.
/// See https://github.com/microsoft/ProjFS-Managed-API/issues/81 for details.
/// </para>
/// </remarks>
/// <param name="fileName">The name of the file or directory.</param>
/// <param name="fileSize">The size of the file.</param>
Expand Down
2 changes: 1 addition & 1 deletion ProjectedFSLib.Managed.Test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Where:
* `[NUnit parameters]` are the [normal NUnit parameters](https://github.com/nunit/docs/wiki/Console-Command-Line)
* `--params ProviderExe` specifies the path to the `SimpleProviderManaged.exe` sample/test provider from the
[simpleProviderManaged](https://github.com/Microsoft/ProjFS-Managed-API/tree/master/simpleProviderManaged) project.
[simpleProviderManaged](https://github.com/Microsoft/ProjFS-Managed-API/tree/main/simpleProviderManaged) project.

## Notes
Each test case creates a source directory and a virtualization root and then uses the SimpleProviderManaged
Expand Down