update github actions versions #28
Annotations
10 warnings
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 'Name' 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 'DeviceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Services/DdcService.cs#L14
Non-nullable field 'timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
NightGlow/Services/SettingsService.cs#L189
Non-nullable field 'DdcConfig' 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/ViewModels/MainWindowViewModel.cs#L212
Non-nullable property 'MonitorItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
NightGlow/ViewModels/MainWindowViewModel.cs#L136
Non-nullable property 'VirtualName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
NightGlow/ViewModels/MainWindowViewModel.cs#L137
Non-nullable property 'DeviceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading