mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
incorrect override of SA1401 (#5965)
This commit is contained in:
@@ -18,8 +18,7 @@ namespace Microsoft.Plugin.Shell
|
|||||||
|
|
||||||
public bool RunAsAdministrator { get; set; } = false;
|
public bool RunAsAdministrator { get; set; } = false;
|
||||||
|
|
||||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1401:Fields should be private", Justification = "StyleCop error, actually used in main.cs")]
|
public Dictionary<string, int> Count { get; set; } = new Dictionary<string, int>();
|
||||||
public Dictionary<string, int> Count = new Dictionary<string, int>();
|
|
||||||
|
|
||||||
public void AddCmdHistory(string cmdName)
|
public void AddCmdHistory(string cmdName)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user