Add a new add/edit window #15
Annotations
30 warnings
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/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.
|
Linux:
WatchOnlyBitcoinWallet/ViewModels/ForkBalanceViewModel.cs#L20
Non-nullable property 'AddressList' 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#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/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#L26
Possible null reference return.
|
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.
|
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/Services/Api.cs#L38
'SecurityProtocolType.Ssl3' is obsolete: 'SecurityProtocolType.Ssl3 has been deprecated and is not supported.'
|
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/MVVM/BindableCommand.cs#L61
Converting null literal or possible null value to non-nullable type.
|
Windows:
WatchOnlyBitcoinWallet/MVVM/BindableCommand.cs#L61
Possible null reference argument for parameter 'obj' in 'void Action<T>.Invoke(T obj)'.
|
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/ImportViewModel.cs#L16
Non-nullable property 'AddressList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|