Skip to content

Improve About window #12

Improve About window

Improve About window #12

Triggered via push February 16, 2025 04:23
Status Success
Total duration 3m 26s
Artifacts

dotnetCI.yml

on: push
Fit to window
Zoom out
Zoom in

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/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/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.
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.
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/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.
Windows: WatchOnlyBitcoinWallet/Services/Response.cs#L10
Non-nullable property 'Result' 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/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.
Windows: 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.
Windows: WatchOnlyBitcoinWallet/ViewModels/ValidatableBase.cs#L26
Possible null reference return.