Skip to content

Commit aae0337

Browse files
authored
Merge pull request #82 from yerudako/user/yerudako/cleanup-old-comments
Remove an obsolete comment and fix some broken readme links
2 parents 5d047db + d7baeac commit aae0337

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33
##
4-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
4+
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55

66
# User-specific files
77
*.suo

ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h

-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ 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>
140136
/// </remarks>
141137
/// <param name="fileName">The name of the file or directory.</param>
142138
/// <param name="fileSize">The size of the file.</param>

ProjectedFSLib.Managed.Test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Where:
88
* `[NUnit parameters]` are the [normal NUnit parameters](https://github.com/nunit/docs/wiki/Console-Command-Line)
99
* `--params ProviderExe` specifies the path to the `SimpleProviderManaged.exe` sample/test provider from the
10-
[simpleProviderManaged](https://github.com/Microsoft/ProjFS-Managed-API/tree/master/simpleProviderManaged) project.
10+
[simpleProviderManaged](https://github.com/Microsoft/ProjFS-Managed-API/tree/main/simpleProviderManaged) project.
1111

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

0 commit comments

Comments
 (0)