Skip to content

Settings ui and service #1275

Settings ui and service

Settings ui and service #1275

Triggered via pull request February 15, 2025 22:28
@DTTerastarDTTerastar
synchronize #717
settings
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/Services/NodeSettingsStore.cs#L35
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L35
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L36
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L37
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L37
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L38
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L41
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L41
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L42
The name 'ds' does not exist in the current context
build: src/Services/NodeSettingsStore.cs#L45
The name 'ds' does not exist in the current context
build: src/Controllers/DeviceController.cs#L23
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/Controllers/DeviceController.cs#L35
Nullability of reference types in value of type 'Task<DeviceSettings>' doesn't match target type 'Task<DeviceSettings?>'.
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.