Skip to content

Commit 98e49df

Browse files
author
Felipe da Conceicao Guimaraes
committed
Disabling warnings
1 parent 0c3a0a1 commit 98e49df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/Dashboard/DevHome.Dashboard/ViewModels/DashboardBannerViewModel.cs

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private bool ShouldShowDashboardBanner()
4343
}
4444

4545
#if DEBUG
46+
#pragma warning disable CA1853
4647
public void ResetDashboardBanner()
4748
{
4849
ShowDashboardBanner = true;

tools/Dashboard/DevHome.Dashboard/Views/DashboardView.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ private void AddResetButton(object sender, RoutedEventArgs e)
10581058
parent.Children.Insert(index + 1, resetButton);
10591059
}
10601060

1061+
#pragma warning disable CA1853
10611062
private void ResetButton_Click(object sender, RoutedEventArgs e)
10621063
{
10631064
var roamingProperties = Windows.Storage.ApplicationData.Current.RoamingSettings.Values;

0 commit comments

Comments
 (0)