Skip to content

Updated MPS to switch between mqtt and opcua, and added a mqtt test a… #47

Updated MPS to switch between mqtt and opcua, and added a mqtt test a…

Updated MPS to switch between mqtt and opcua, and added a mqtt test a… #47

Triggered via push March 23, 2024 12:54
Status Failure
Total duration 2m 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
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.