Build and Format experiment #10
Annotations
10 warnings
Build and Test:
Rees.Wpf/WpfViewLoader.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
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 and Test:
Rees.Wpf/ApplicationState/PersistApplicationStateAsXaml.cs#L50
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build and Test:
Rees.Wpf/ApplicationState/ApplicationStateLoadedMessage.cs#L45
Possible null reference return.
|
Build and Test:
Rees.Wpf/WpfViewLoader.cs#L70
Cannot convert null literal to non-nullable reference type.
|
Build and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
Rees.Wpf/RecentFiles/RecentFileV1.cs#L13
Non-nullable property 'FullFileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|