Skip to content
Snippets Groups Projects
Commit 248d277f authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Disable ReSharper warning.

parent 850a83f1
Branches
Tags
No related merge requests found
...@@ -98,6 +98,7 @@ namespace ATxCommon.Serializables ...@@ -98,6 +98,7 @@ namespace ATxCommon.Serializables
/// Whether to enforce ACL inheritance when moving files and directories, see /// Whether to enforce ACL inheritance when moving files and directories, see
/// https://support.microsoft.com/en-us/help/320246 for more details. Default: false. /// https://support.microsoft.com/en-us/help/320246 for more details. Default: false.
/// </summary> /// </summary>
// ReSharper disable once InconsistentNaming
public bool EnforceInheritedACLs { get; set; } = false; public bool EnforceInheritedACLs { get; set; } = false;
/// <summary> /// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment