Get-WinCredential/GlobalSuppressions.cs

// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
 
using System.Diagnostics.CodeAnalysis;
 
[assembly: SuppressMessage("Roslynator", "RCS1135:Declare enum member with zero value (when enum has FlagsAttribute).", Justification = "No value for 0 in Windows documentation.", Scope = "type", Target = "~T:GetWinCredential.CredentialsDialog.CREDUI.FLAGS_MODERN_UI")]
[assembly: SuppressMessage("Roslynator", "RCS1135:Declare enum member with zero value (when enum has FlagsAttribute).", Justification = "No value for 0 in Windows documentation.", Scope = "type", Target = "~T:GetWinCredential.CredentialsDialog.CREDUI.FLAGS")]