Skip to content

Bump Microsoft.AspNetCore.SpaProxy from 8.0.11 to 8.0.12 in /src #1235

Bump Microsoft.AspNetCore.SpaProxy from 8.0.11 to 8.0.12 in /src

Bump Microsoft.AspNetCore.SpaProxy from 8.0.11 to 8.0.12 in /src #1235

Triggered via pull request January 14, 2025 19:20
Status Success
Total duration 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
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.
build: src/Events/DeviceMessageEventArgs.cs#L8
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/DeviceMessageEventArgs.cs#L9
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/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)'.