fix: change type to Paired from UUIDs #8
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
example/DelegateCommand.cs#L19
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).
|
build:
example/DelegateCommand.cs#L24
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).
|
build:
example/DelegateCommand.cs#L11
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
|
build:
example/DelegateCommand.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
example/BindableBase.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
example/ResponseModel.cs#L5
Non-nullable property 'ResponseMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
example/ResponseModel.cs#L9
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
example/ResponseModel.cs#L11
Non-nullable property 'LocationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
example/DelegateCommand.cs#L13
Non-nullable event 'CanExecuteChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
example/DeviceModel.cs#L14
Non-nullable property 'UUIDs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|