-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGlobalSuppressions2.cs
9 lines (8 loc) · 1.49 KB
/
GlobalSuppressions2.cs
1
2
3
4
5
6
7
8
9
// 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.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "FL0004:Use operator== or a non-ordinal StringComparison.", Justification = "<Pending>", Scope = "member", Target = "~M:it.Actions.DeviceActions.Matches(System.String)~System.Boolean")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "FL0004:Use operator== or a non-ordinal StringComparison.", Justification = "<Pending>", Scope = "member", Target = "~M:it.Actions.RandomActions.Matches(System.String)~System.Boolean")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "FL0004:Use operator== or a non-ordinal StringComparison.", Justification = "<Pending>", Scope = "member", Target = "~M:it.Actions.StopwatchActions.TryExecute(System.String)~it.Actions.ActionResult")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "FL0004:Use operator== or a non-ordinal StringComparison.", Justification = "<Pending>", Scope = "member", Target = "~M:it.Bootstrap.EnsureWindowStartup(System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Build", "FL0004:Use operator== or a non-ordinal StringComparison.", Justification = "<Pending>", Scope = "member", Target = "~M:it.Bootstrap.ProcessResult(it.Actions.ActionResult,System.String)")]