File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
ProjectedFSLib.Managed.API
ProjectedFSLib.Managed.Test Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 77Where:
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
1313Each test case creates a source directory and a virtualization root and then uses the SimpleProviderManaged
You can’t perform that action at this time.
0 commit comments