Skip to content

Commit

Permalink
Merge pull request #82 from yerudako/user/yerudako/cleanup-old-comments
Browse files Browse the repository at this point in the history
Remove an obsolete comment and fix some broken readme links
  • Loading branch information
cgallred authored Jan 4, 2022
2 parents 5d047db + d7baeac commit aae0337
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
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

0 comments on commit aae0337

Please sign in to comment.