Delete .github/workflows/dotnet.yml #102
Merged
Annotations
10 warnings
|
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'.
|
|
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/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#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#L12
Cannot convert null literal to non-nullable reference type.
|
|
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/LlmConnectors/OpenAi/OpenAiResponse.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Legba.Engine/LlmConnectors/OpenAi/OpenAiResponse.cs#L10
Non-nullable property '_object' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Legba.Engine/LlmConnectors/OpenAi/OpenAiResponse.cs#L14
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Legba.Engine/LlmConnectors/OpenAi/OpenAiResponse.cs#L16
Non-nullable property 'Usage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading