You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.IO.Abstractions.TestingHelpers/MockFileData.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
usingSystem.Linq;
2
+
usingSystem.Runtime.Versioning;
2
3
usingSystem.Security.AccessControl;
3
4
usingSystem.Text;
4
5
@@ -151,6 +152,7 @@ public static implicit operator MockFileData(string s)
151
152
/// <summary>
152
153
/// Gets or sets <see cref="FileSecurity"/> of the <see cref="MockFileData"/>. This is the object that is returned for this <see cref="MockFileData"/> when calling <see cref="FileBase.GetAccessControl(string)"/>.
0 commit comments