Add add/remove/edit/moveup/movedown code #16
Annotations
30 warnings
Mac:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L22
Nullability of reference types in type of parameter 'propertyName' of 'IEnumerable ValidatableBase.GetErrors(string propertyName)' doesn't match implicitly implemented member 'IEnumerable INotifyDataErrorInfo.GetErrors(string? propertyName)' (possibly because of nullability attributes).
|
Mac:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L20
Nullability of reference types in type of 'event EventHandler<DataErrorsChangedEventArgs> ValidatableBase.ErrorsChanged' doesn't match implicitly implemented member 'event EventHandler<DataErrorsChangedEventArgs>? INotifyDataErrorInfo.ErrorsChanged'.
|
Mac:
WatchOnlyBitcoinWallet/Models/VerificationResult.cs#L11
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mac:
WatchOnlyBitcoinWallet/Models/Transaction.cs#L16
Non-nullable property 'TxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mac:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L26
Possible null reference return.
|
Mac:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L14
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Mac:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L24
Non-nullable field 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Mac:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L64
Non-nullable property 'TransactionList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mac:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L20
Non-nullable event 'ErrorsChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Mac:
WatchOnlyBitcoinWallet/MVVM/BindableCommand.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Linux:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L22
Nullability of reference types in type of parameter 'propertyName' of 'IEnumerable ValidatableBase.GetErrors(string propertyName)' doesn't match implicitly implemented member 'IEnumerable INotifyDataErrorInfo.GetErrors(string? propertyName)' (possibly because of nullability attributes).
|
Linux:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L20
Nullability of reference types in type of 'event EventHandler<DataErrorsChangedEventArgs> ValidatableBase.ErrorsChanged' doesn't match implicitly implemented member 'event EventHandler<DataErrorsChangedEventArgs>? INotifyDataErrorInfo.ErrorsChanged'.
|
Linux:
WatchOnlyBitcoinWallet/Models/VerificationResult.cs#L11
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Linux:
WatchOnlyBitcoinWallet/Models/Transaction.cs#L16
Non-nullable property 'TxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Linux:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L14
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Linux:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L24
Non-nullable field 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Linux:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L64
Non-nullable property 'TransactionList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Linux:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L26
Possible null reference return.
|
Linux:
WatchOnlyBitcoinWallet/MVVM/BindableCommand.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Linux:
WatchOnlyBitcoinWallet/MVVM/BindableCommand.cs#L61
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L22
Nullability of reference types in type of parameter 'propertyName' of 'IEnumerable ValidatableBase.GetErrors(string propertyName)' doesn't match implicitly implemented member 'IEnumerable INotifyDataErrorInfo.GetErrors(string? propertyName)' (possibly because of nullability attributes).
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L20
Nullability of reference types in type of 'event EventHandler<DataErrorsChangedEventArgs> ValidatableBase.ErrorsChanged' doesn't match implicitly implemented member 'event EventHandler<DataErrorsChangedEventArgs>? INotifyDataErrorInfo.ErrorsChanged'.
|
Windows:
WatchOnlyBitcoinWallet/Models/VerificationResult.cs#L11
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Windows:
WatchOnlyBitcoinWallet/Models/Transaction.cs#L16
Non-nullable property 'TxId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Windows:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L14
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Windows:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L24
Non-nullable field 'address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Windows:
WatchOnlyBitcoinWallet/Models/BitcoinAddress.cs#L64
Non-nullable property 'TransactionList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L26
Possible null reference return.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L20
Non-nullable event 'ErrorsChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Windows:
WatchOnlyBitcoinWallet/Services/StringExtension.cs#L28
Converting null literal or possible null value to non-nullable type.
|