Prepare inactivity detection #5
Annotations
8 warnings
Analyze (csharp):
Guard/MainWindow.xaml.cs#L315
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Tray_Open_Click(NotifyIcon sender, RoutedEventArgs e)' doesn't match the target delegate 'RoutedNotifyIconEvent' (possibly because of nullability attributes).
|
Analyze (csharp):
Guard/Core/Security/InactivityDetector.cs#L9
The field 'InactivityDetector.isInactive' is assigned but its value is never used
|
Analyze (csharp):
Guard/MainWindow.xaml.cs#L315
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Tray_Open_Click(NotifyIcon sender, RoutedEventArgs e)' doesn't match the target delegate 'RoutedNotifyIconEvent' (possibly because of nullability attributes).
|
Analyze (csharp):
Guard/Core/Security/InactivityDetector.cs#L9
The field 'InactivityDetector.isInactive' is assigned but its value is never used
|
Analyze (csharp):
Guard/MainWindow.xaml.cs#L315
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Tray_Open_Click(NotifyIcon sender, RoutedEventArgs e)' doesn't match the target delegate 'RoutedNotifyIconEvent' (possibly because of nullability attributes).
|
Analyze (csharp):
Guard/Core/Security/InactivityDetector.cs#L9
The field 'InactivityDetector.isInactive' is assigned but its value is never used
|
Analyze (csharp):
Guard/MainWindow.xaml.cs#L315
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Tray_Open_Click(NotifyIcon sender, RoutedEventArgs e)' doesn't match the target delegate 'RoutedNotifyIconEvent' (possibly because of nullability attributes).
|
Analyze (csharp):
Guard/Core/Security/InactivityDetector.cs#L9
The field 'InactivityDetector.isInactive' is assigned but its value is never used
|