Bump Google.Protobuf and 21 others #89
Closed
Annotations
10 warnings
|
Build All Projects:
LindbergFurnace/TubeFurnace.cs#L112
'TubeFurnace.Dispose()' hides inherited member 'AresDevice.Dispose()'. Use the new keyword if hiding was intended.
|
|
Build All Projects:
RestSerialDevice/SerialRestDevice.cs#L21
Field 'SerialRestDevice._address' is never assigned to, and will always have its default value null
|
|
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/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:
RestSerialDevice/Commands/Responses/Parsers/DeviceServicesResponseParser.cs#L38
The variable 'e' is declared but never used
|
|
Build All Projects:
RestSerialDevice/Commands/Responses/Parsers/DeviceInfoResponseParser.cs#L30
The variable 'e' is declared but never used
|
|
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