Switch to using display IDs rather than name + index #29
Annotations
10 warnings
Publish:
NightGlow/Models/Monitors.cs#L388
Cannot convert null literal to non-nullable reference type.
|
Publish:
NightGlow/Views/Controls/SliderView.xaml.cs#L51
'SliderView.PreviewTextInput(object, TextCompositionEventArgs)' hides inherited member 'UIElement.PreviewTextInput'. Use the new keyword if hiding was intended.
|
Publish:
NightGlow/Data/DdcConfig.cs#L59
Non-nullable field 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Data/DdcConfig.cs#L60
Non-nullable field 'DeviceInstanceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Views/PopupWindow.xaml.cs#L35
Non-nullable field '_slideDownAnimation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Views/PopupWindow.xaml.cs#L35
Non-nullable field '_slideDownCompleteHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Views/MainWindow.xaml.cs#L14
Nullability of reference types in type of parameter 'sender' of 'void MainWindowViewModel.OnWindowClosing(object sender, CancelEventArgs e)' doesn't match the target delegate 'CancelEventHandler' (possibly because of nullability attributes).
|
Publish:
NightGlow/Views/Controls/SliderView.xaml.cs#L29
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
NightGlow/Views/Controls/PopupDisplayInfoView.xaml.cs#L35
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
NightGlow/Views/Controls/HotKeyView.xaml.cs#L20
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading