File tree 3 files changed +2
-6
lines changed
ProjectedFSLib.Managed.API
ProjectedFSLib.Managed.Test
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
3
# #
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
5
5
6
6
# User-specific files
7
7
* .suo
Original file line number Diff line number Diff line change @@ -133,10 +133,6 @@ public interface class IDirectoryEnumerationResults
133
133
// / or else names can be duplicated or missing from the enumeration results presented to the
134
134
// / process enumerating the filesystem.
135
135
// / </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>
140
136
// / </remarks>
141
137
// / <param name="fileName">The name of the file or directory.</param>
142
138
// / <param name="fileSize">The size of the file.</param>
Original file line number Diff line number Diff line change 7
7
Where:
8
8
* ` [NUnit parameters] ` are the [ normal NUnit parameters] ( https://github.com/nunit/docs/wiki/Console-Command-Line )
9
9
* ` --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.
11
11
12
12
## Notes
13
13
Each 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