Build and Format experiment #9
Annotations
1 error and 10 warnings
Build and Test
Process completed with exit code 1.
|
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/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/WpfViewLoader.cs#L27
Cannot convert null literal to non-nullable reference type.
|
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/ApplicationState/BadApplicationStateFileFormatException.cs#L57
'IOException.IOException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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.
|