PowerShell/src/System.Management.Automation/GlobalSuppressions.cs

9 lines
305 B
C#

using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage(
"Style",
"IDE0044:Add readonly modifier",
Justification = "see src/System.Management.Automation/engine/ComInterop/README.md",
Scope = "NamespaceAndDescendants",
Target = "~N:System.Management.Automation.ComInterop")]