We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CA1059
1 parent 32e877b commit 41ecc68Copy full SHA for 41ecc68
src/Microsoft.PowerShell.Commands.Diagnostics/GetEventCommand.cs
@@ -225,10 +225,6 @@ public sealed class GetWinEventCommand : PSCmdlet
225
ValueFromPipelineByPropertyName = false,
226
ParameterSetName = "XmlQuerySet",
227
HelpMessageBaseName = "GetEventResources")]
228
- [SuppressMessage("Microsoft.Design", "CA1059:MembersShouldNotExposeCertainConcreteTypes",
229
- Scope = "member",
230
- Target = "Microsoft.PowerShell.Commands.GetEvent.FilterXml",
231
- Justification = "An XmlDocument is required here because that is the type Powershell supports")]
232
public XmlDocument FilterXml { get; set; }
233
234
/// <summary>
0 commit comments