Script fixes #92
Merged
Script fixes #92
Annotations
10 warnings
|
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/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:
AresScript/obj/Release/net10.0/AresLangLexer.cs#L63
The field 'AresLangLexer.loopDepth' is assigned but its value is never used
|
|
Build All Projects:
AresScript/obj/Release/net10.0/AresLangParser.cs#L102
The field 'AresLangParser.nestingLevel' is assigned but its value is never used
|
|
Build All Projects:
AresScript/obj/Release/net10.0/AresLangLexer.cs#L62
The field 'AresLangLexer.funcDepth' is assigned but its value is 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