Settings ui and service #1275
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.
|
Loading