add minwidth and minheight for MainWindow #37
Annotations
10 warnings
|
build:
WriteUpProject/FileSaveHelper/FileSaveHelper.cs#L26
Dereference of a possibly null reference.
|
|
build:
WriteUpProject/ViewModels/Pages/Page1ViewModel .cs#L60
Non-nullable field '_amountValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/Pages/Page1ViewModel .cs#L60
Non-nullable field '_vout' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/Pages/Page1ViewModel .cs#L60
Non-nullable field '_fundingTxID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/MainViewModel.cs#L19
Non-nullable field '_currentViewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/Pages/Page2ViewModel.cs#L42
Non-nullable field '_customMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/Pages/Page2ViewModel.cs#L42
Non-nullable field '_feeRate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/ViewModels/Pages/Page2ViewModel.cs#L42
Non-nullable field '_changeAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
WriteUpProject/Services/DialogService.cs#L38
Dereference of a possibly null reference.
|
|
build:
WriteUpProject/FileSaveHelper/FileSaveHelper.cs#L26
Dereference of a possibly null reference.
|