Skip to content

Bump YamlDotNet from 16.2.0 to 16.2.1 in /src #1173

Bump YamlDotNet from 16.2.0 to 16.2.1 in /src

Bump YamlDotNet from 16.2.0 to 16.2.1 in /src #1173

Triggered via pull request December 2, 2024 20:20
Status Success
Total duration 36s
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/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/Services/MqttCoordinator.cs#L325
Possible null reference assignment.
build: src/Services/MqttCoordinator.cs#L313
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Services/DeviceTracker.cs#L24
Dereference of a possibly null reference.
build: src/Models/Scenario.cs#L59
Dereference of a possibly null reference.