π #57
Annotations
10 warnings
Build Release Library:
ViewModel/ViewModelCommand.cs#L23
Possible null reference assignment.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L20
Non-nullable field '_canExecute' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L41
Possible null reference argument for parameter 'obj' in 'void Action<object>.Invoke(object obj)'.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L52
Possible null reference argument for parameter 'arg' in 'bool Func<object, bool>.Invoke(object arg)'.
|
Build Release Library:
View/LoginWindow.xaml.cs#L17
Dereference of a possibly null reference.
|
Build Release Library:
ViewModel/LoginViewModel.cs#L15
Non-nullable property 'CloseWindow' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Release Library:
View/LoginWindow.xaml.cs#L17
Dereference of a possibly null reference.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L23
Possible null reference assignment.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L20
Non-nullable field '_canExecute' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Release Library:
ViewModel/ViewModelCommand.cs#L41
Possible null reference argument for parameter 'obj' in 'void Action<object>.Invoke(object obj)'.
|
Loading