Add configurable wall thickness, color, opacity #1103
Annotations
10 warnings
Build:
src/Controllers/HistoryController.cs#L29
Possible null reference argument for parameter 'history' in 'DeviceHistoryResponse.DeviceHistoryResponse(IList<DeviceHistory> history)'.
|
Build:
src/Events/NodeTelemetryReceivedEventArgs.cs#L7
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeTelemetryReceivedEventArgs.cs#L8
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeStatusReceivedEventArgs.cs#L5
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeSettingReceivedEventArgs.cs#L5
Non-nullable property 'NodeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeSettingReceivedEventArgs.cs#L6
Non-nullable property 'Setting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeSettingReceivedEventArgs.cs#L7
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/DeviceSettingsEventArgs.cs#L7
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/DeviceSettingsEventArgs.cs#L8
Non-nullable property 'DeviceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/DeviceMessageEventArgs.cs#L7
Non-nullable property 'DeviceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading