Skip to content

Bump typescript from 5.6.2 to 5.6.3 in /src/ui #1023

Bump typescript from 5.6.2 to 5.6.3 in /src/ui

Bump typescript from 5.6.2 to 5.6.3 in /src/ui #1023

Triggered via pull request October 9, 2024 19:54
Status Success
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Controllers/HistoryController.cs#L29
Possible null reference argument for parameter 'history' in 'DeviceHistoryResponse.DeviceHistoryResponse(IList<DeviceHistory> history)'.
build: src/Services/MqttCoordinator.cs#L218
Possible null reference assignment.
build: src/Services/DeviceTracker.cs#L24
Dereference of a possibly null reference.
build: src/Models/Scenario.cs#L59
Dereference of a possibly null reference.
build: src/Models/Scenario.cs#L66
Dereference of a possibly null reference.
build: src/Models/OptimizationSnapshot.cs#L36
Non-nullable property 'Rx' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Models/OptimizationSnapshot.cs#L37
Non-nullable property 'Tx' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Models/OptimizationSnapshot.cs#L28
Non-nullable property 'Id' 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#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.