You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/System.Windows.Forms/GlobalSuppressions.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
// Publicly shipped API
5
+
6
+
5
7
[assembly:SuppressMessage("Naming","CA1725:Parameter names should match base declaration",Justification="Public API",Scope="member",Target="~M:System.Windows.Forms.ButtonBase.OnKeyDown(System.Windows.Forms.KeyEventArgs)")]
6
8
[assembly:SuppressMessage("Naming","CA1725:Parameter names should match base declaration",Justification="Public API",Scope="member",Target="~M:System.Windows.Forms.ButtonBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)")]
7
9
[assembly:SuppressMessage("Naming","CA1725:Parameter names should match base declaration",Justification="Public API",Scope="member",Target="~M:System.Windows.Forms.ButtonBase.OnMouseDown(System.Windows.Forms.MouseEventArgs)")]
@@ -268,3 +270,5 @@
268
270
[assembly:SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Analyzer wrongly complains for new APIs - known issue.",Scope="member",Target="~M:System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.TaskDialogPage,System.Windows.Forms.TaskDialogStartupLocation)~System.Threading.Tasks.Task{System.Windows.Forms.TaskDialogButton}")]
269
271
[assembly:SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Analyzer wrongly complains for new APIs - known issue.",Scope="member",Target="~M:System.Windows.Forms.TaskDialog.ShowDialogAsync(System.Windows.Forms.IWin32Window,System.Windows.Forms.TaskDialogPage,System.Windows.Forms.TaskDialogStartupLocation)~System.Threading.Tasks.Task{System.Windows.Forms.TaskDialogButton}")]
270
272
[assembly:SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Analyzer wrongly complains for new APIs - known issue.",Scope="member",Target="~M:System.Windows.Forms.TaskDialog.ShowDialogAsync(System.IntPtr,System.Windows.Forms.TaskDialogPage,System.Windows.Forms.TaskDialogStartupLocation)~System.Threading.Tasks.Task{System.Windows.Forms.TaskDialogButton}")]
273
+
[assembly:SuppressMessage("Reliability","CA2007:Consider calling ConfigureAwait on the awaited task",Justification="<Pending>",Scope="member",Target="~M:System.Windows.Forms.Control.InvokeAsync(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.ValueTask},System.Threading.CancellationToken)~System.Threading.Tasks.Task")]
274
+
[assembly:SuppressMessage("Reliability","CA2007:Consider calling ConfigureAwait on the awaited task",Justification="<Pending>",Scope="member",Target="~M:System.Windows.Forms.Control.InvokeAsync``1(System.Func{System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{``0}},System.Threading.CancellationToken)~System.Threading.Tasks.Task{``0}")]
0 commit comments