diff --git a/.gitignore b/.gitignore index 3e759b7..c8ba0fc 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h b/ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h index 3ab0c0f..87eeb20 100644 --- a/ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h +++ b/ProjectedFSLib.Managed.API/IDirectoryEnumerationResults.h @@ -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. /// - /// - /// This overload is incompatible with .NET Framework clients. - /// See https://github.com/microsoft/ProjFS-Managed-API/issues/81 for details. - /// /// /// The name of the file or directory. /// The size of the file. diff --git a/ProjectedFSLib.Managed.Test/README.md b/ProjectedFSLib.Managed.Test/README.md index 3aabdb2..ffa5946 100644 --- a/ProjectedFSLib.Managed.Test/README.md +++ b/ProjectedFSLib.Managed.Test/README.md @@ -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