Don't show child windows in taskbar #11
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/ViewModels/ViewModelBase.cs#L36
Non-nullable field 'errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Linux:
WatchOnlyBitcoinWallet/ViewModels/ViewModelBase.cs#L46
Non-nullable field 'status' 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#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.
|
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/ViewModels/ViewModelBase.cs#L36
Non-nullable field 'errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Mac:
WatchOnlyBitcoinWallet/ViewModels/ViewModelBase.cs#L46
Non-nullable field 'status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
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.
|
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/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/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.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ImportViewModel.cs#L16
Non-nullable field 'importText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/ImportViewModel.cs#L16
Non-nullable event 'ClosingRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
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/ViewModels/MainWindowViewModel.cs#L27
Nullability of reference types in type of parameter 'sender' of 'void MainWindowViewModel.AddressList_ListChanged(object sender, ListChangedEventArgs e)' doesn't match the target delegate 'ListChangedEventHandler' (possibly because of nullability attributes).
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/MainWindowViewModel.cs#L40
Dereference of a possibly null reference.
|
Windows:
WatchOnlyBitcoinWallet/ViewModels/MainWindowViewModel.cs#L22
Non-nullable property 'Clipboard' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|