Bump Nerdbank.GitVersioning from 3.8.118 to 3.9.50 #28
Annotations
10 warnings
|
Build:
DMXforDummies/Views/ColorDialog.axaml.cs#L28
Non-nullable field 'deviceMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
DMXforDummies/Views/MainWindow.axaml.cs#L23
Non-nullable field 'INSTANCE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
DMXforDummies/Views/MessageBox.axaml.cs#L12
Non-nullable field 'startup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
DMXforDummies/ViewModels/SetGlobalSceneCommand.cs#L32
Nullability of reference types in type of 'event EventHandler SetGlobalSceneCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
Build:
DMXforDummies/ViewModels/SetGlobalSceneCommand.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'void SetGlobalSceneCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
Build:
DMXforDummies/ViewModels/SetGlobalSceneCommand.cs#L26
Nullability of reference types in type of parameter 'parameter' of 'bool SetGlobalSceneCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
Build:
DMXforDummies/ViewModels/SetDevicesSceneCommand.cs#L43
Nullability of reference types in type of 'event EventHandler SetDevicesSceneCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
Build:
DMXforDummies/ViewModels/SetDevicesSceneCommand.cs#L23
Nullability of reference types in type of parameter 'parameter' of 'void SetDevicesSceneCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
Build:
DMXforDummies/ViewModels/SetDevicesSceneCommand.cs#L37
Nullability of reference types in type of parameter 'parameter' of 'bool SetDevicesSceneCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
Build:
DMXforDummies/Helpers.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Loading