Changes from tree/gui #13
Merged
Annotations
10 warnings
|
Build:
Wauncher/Utils/ProtocolManager.cs#L9
Dereference of a possibly null reference.
|
|
Build:
Wauncher/Utils/ProtocolManager.cs#L9
Possible null reference argument for parameter 'fileName' in 'FileInfo.FileInfo(string fileName)'.
|
|
Build:
Wauncher/Program.cs#L8
Non-nullable field 'ProgramStarted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Wauncher/Utils/ProtocolManager.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Launcher/Utils/Terminal.cs#L12
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
|
Build:
Wauncher/Utils/ProtocolManager.cs#L9
Dereference of a possibly null reference.
|
|
Build:
Wauncher/Utils/ProtocolManager.cs#L9
Possible null reference argument for parameter 'fileName' in 'FileInfo.FileInfo(string fileName)'.
|
|
Build:
Wauncher/Program.cs#L8
Non-nullable field 'ProgramStarted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Wauncher/Utils/ProtocolManager.cs#L22
Cannot convert null literal to non-nullable reference type.
|
|
Build:
Launcher/Utils/Terminal.cs#L12
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
Loading