Upgrade Rees Test Utils. #167
Merged
Annotations
10 warnings
Build:
Rees.Wpf/MessageBase.cs#L8
Non-nullable property 'Sender' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/MessageBase.cs#L8
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/MessageBase.cs#L16
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Rees.Wpf/ApplicationState/ApplicationStateLoadedMessage.cs#L45
Possible null reference return.
|
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.
|
Build:
Rees.Wpf/UserInteraction/WindowsInputBox.cs#L19
Non-nullable property 'Question' 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#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.
|
Loading