Budget surplus widget fix #19
Annotations
10 warnings
Build:
Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L28
Non-nullable field 'doNotUseFullFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Rees.Wpf/WpfViewLoader.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Build:
Rees.Wpf/WpfViewLoader.cs#L70
Cannot convert null literal to non-nullable reference type.
|
Build:
Rees.Wpf/UserInteraction/WindowsSaveFileDialog.cs#L26
Non-nullable property 'DefaultExt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/UserInteraction/WindowsSaveFileDialog.cs#L31
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/UserInteraction/WindowsSaveFileDialog.cs#L36
Non-nullable property 'Filter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/UserInteraction/WindowsSaveFileDialog.cs#L46
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/WpfViewLoader.cs#L16
Non-nullable property 'TargetWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/UserInteraction/WindowsInputBox.cs#L19
Non-nullable property 'Heading' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/UserInteraction/WindowsInputBox.cs#L19
Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading