Annotations
3 errors and 11 warnings
build:
Simulator/RobotEssentials/Robot.cs#L466
'string' does not contain a definition for 'split' and no accessible extension method 'split' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
Simulator/RobotEssentials/Robot.cs#L466
'string' does not contain a definition for 'split' and no accessible extension method 'split' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Simulator/MPS/MPS_BS.cs#L99
'MPS_BS.SerializeMachineToJson()' hides inherited member 'Mps.SerializeMachineToJson()'. Use the new keyword if hiding was intended.
|
build:
Simulator/MPS/MPS_CS.cs#L178
'MPS_CS.SerializeMachineToJson()' hides inherited member 'Mps.SerializeMachineToJson()'. Use the new keyword if hiding was intended.
|
build:
Simulator/MPS/MPS_DS.cs#L112
'MPS_DS.SerializeMachineToJson()' hides inherited member 'Mps.SerializeMachineToJson()'. Use the new keyword if hiding was intended.
|
build:
Simulator/MPS/MPS_RS.cs#L118
'MPS_RS.SerializeMachineToJson()' hides inherited member 'Mps.SerializeMachineToJson()'. Use the new keyword if hiding was intended.
|
build:
Simulator/MPS/MPS_SS.cs#L57
'MPS_SS.SerializeMachineToJson()' hides inherited member 'Mps.SerializeMachineToJson()'. Use the new keyword if hiding was intended.
|
build:
Simulator/RobotEssentials/UdpConnector.cs#L15
'UdpConnector.PbHandler' hides inherited member 'ConnectorBase.PbHandler'. Use the new keyword if hiding was intended.
|
build:
Simulator/RobotEssentials/UdpConnector.cs#L16
'UdpConnector.Config' hides inherited member 'ConnectorBase.Config'. Use the new keyword if hiding was intended.
|
build:
Simulator/WebGui/WebGui.cs#L246
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Simulator/WebGui/WebGui.cs#L247
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Simulator/WebGui/WebGui.cs#L248
Non-nullable property 'MachinePoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|