Include vsix files #136
Merged
Include vsix files #136
Annotations
10 warnings
|
Legba/Windows/GenericPromptPrefixSelectionView.xaml.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
Legba.Engine/ViewModels/AboutViewModel.cs#L12
Possible null reference assignment.
|
|
Legba.Engine/ViewModels/ChatSessionViewModel.cs#L109
Dereference of a possibly null reference.
|
|
Legba.Engine/ViewModels/RelayCommand.cs#L12
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Legba.Engine/ViewModels/TypedRelayCommand.cs#L12
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Legba.Engine/ViewModels/TypedRelayCommand.cs#L12
Cannot convert null literal to non-nullable reference type.
|
|
Legba.Engine/ViewModels/TypedRelayCommand.cs#L28
Nullability of reference types in type of 'event EventHandler TypedRelayCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
Legba.Engine/ViewModels/TypedRelayCommand.cs#L23
Nullability of reference types in type of parameter 'parameter' of 'void TypedRelayCommand<T>.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
Legba.Engine/ViewModels/TypedRelayCommand.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'bool TypedRelayCommand<T>.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
Legba.Engine/ViewModels/RelayCommand.cs#L10
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
The logs for this run have expired and are no longer available.
Loading