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/Atc.Wpf.Controls/Notifications/ToastNotificationArea.cs
+3-2
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,16 @@ public override void OnApplyTemplate()
49
49
50
50
[SuppressMessage("AsyncUsage","AsyncFixer03:Fire-and-forget async-void methods or delegates",Justification="OK - Need 'async void' and not 'async Task'")]
51
51
[SuppressMessage("Major Bug","S3168:\"async\" methods should not return \"void\"",Justification="OK - Need 'async void' and not 'async Task'")]
52
+
[SuppressMessage("ReSharper","AsyncVoidMethod",Justification="OK - Need 'async void' and not 'async Task'")]
0 commit comments