UI VSA Rework #91
Merged
UI VSA Rework #91
Annotations
10 warnings
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L24
Non-nullable property 'FirmwareVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L24
Non-nullable property 'ReportedName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L24
Non-nullable field '_address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build All Projects:
RestSerialDevice/Commands/Responses/Parsers/DeviceInfoResponseParser.cs#L30
The variable 'e' is declared but never used
|
|
Build All Projects:
RestSerialDevice/Commands/Responses/JsonResponses/Json/Return.cs#L11
Non-nullable property 'DataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L54
Dereference of a possibly null reference.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L89
'SimCM3Camera.Status' hides inherited member 'AresDevice.Status'. Use the new keyword if hiding was intended.
|
|
Build All Projects:
FlirCM3/Simulation/SimCM3Camera.cs#L88
'SimCM3Camera.Name' hides inherited member 'AresDevice.Name'. Use the new keyword if hiding was intended.
|
|
Build All Projects:
VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
Build All Projects:
VerdiV6Laser/Commands/Responses/Parsers/ResponseParser.cs#L16
Possible null reference assignment.
|
Loading