feat: Add Delete functionality #7
Annotations
10 errors
|
format-lint:
Backend/Models/Book.cs#L29
Non-nullable property 'Publisher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
format-lint:
Backend/Controllers/BookController.cs#L28
Converting null literal or possible null value to non-nullable type.
|
|
format-lint:
Backend/Repositories/GenericRepository.cs#L22
Possible null reference return.
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L22
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
|
format-lint:
Frontend/Models/Book.cs#L20
Non-nullable property 'Publisher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L16
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L19
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
|
|
format-lint:
Frontend/Helpers/RelayCommand.cs#L22
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|