File size: 305 Bytes
8c763fb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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")]