-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobalSuppressions.cs
11 lines (9 loc) · 1.28 KB
/
GlobalSuppressions.cs
1
2
3
4
5
6
7
8
9
10
11
// 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("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:Video_Encoder__NET_Core_Version_.DownloadWindow.button_Close_Click(System.Object,System.EventArgs)")]
[assembly: SuppressMessage("Performance", "CA1806:Do not ignore method results", Justification = "<Pending>", Scope = "member", Target = "~M:Video_Encoder__NET_Core_Version_.DownloadWindow.DownloadWindow_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)")]
[assembly: SuppressMessage("Performance", "CA1806:Do not ignore method results", Justification = "<Pending>", Scope = "member", Target = "~M:Video_Encoder__NET_Core_Version_.MainWindow.MainWindow_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)")]
[assembly: SuppressMessage("Performance", "CA1806:Do not ignore method results", Justification = "<Pending>", Scope = "member", Target = "~M:Video_Encoder__NET_Core_Version_.SettingsWindow.SettingsWindow_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)")]