We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93208 commit f76db52Copy full SHA for f76db52
SharedProject/Core/ReportGenerator/ReportGeneratorUtil.cs
@@ -127,7 +127,7 @@ IEventAggregator eventAggregator
127
128
private void ScriptManager_ShowFCCOutputPaneEvent(object sender, EventArgs e)
129
{
130
- ThreadHelper.JoinableTaskFactory.RunAsync(() => showFCCOutputPane.ShowAsync());
+ _ = ThreadHelper.JoinableTaskFactory.RunAsync(() => showFCCOutputPane.ShowAsync());
131
}
132
133
private void ScriptManager_ClearFCCWindowLogsEvent(object sender, EventArgs e)
0 commit comments