Skip to content

Bump Polly from 8.5.0 to 8.5.2 in /src #1247

Bump Polly from 8.5.0 to 8.5.2 in /src

Bump Polly from 8.5.0 to 8.5.2 in /src #1247

Triggered via pull request February 4, 2025 19:29
Status Success
Total duration 40s
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/NodeSettingsStore.cs#L32
Possible null reference argument for parameter 'id' in 'NodeSettings NodeSettingsStore.Get(string id)'.
build: src/Services/NodeSettingsStore.cs#L36
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
build: src/Services/NodeSettingsStore.cs#L39
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: src/Services/NodeSettingsStore.cs#L42
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: src/Services/NodeSettingsStore.cs#L45
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
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/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.