Settings ui and service #1152
Annotations
7 errors and 10 warnings
Build:
src/Controllers/StateController.cs#L148
'NodeSettings' does not contain a definition for 'TxRefRssi' and no accessible extension method 'TxRefRssi' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Controllers/StateController.cs#L149
'NodeSettings' does not contain a definition for 'RxAdjRssi' and no accessible extension method 'RxAdjRssi' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Controllers/StateController.cs#L150
'NodeSettings' does not contain a definition for 'Absorption' and no accessible extension method 'Absorption' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Controllers/StateController.cs#L148
'NodeSettings' does not contain a definition for 'TxRefRssi' and no accessible extension method 'TxRefRssi' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Controllers/StateController.cs#L149
'NodeSettings' does not contain a definition for 'RxAdjRssi' and no accessible extension method 'RxAdjRssi' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build:
src/Controllers/StateController.cs#L150
'NodeSettings' does not contain a definition for 'Absorption' and no accessible extension method 'Absorption' accepting a first argument of type 'NodeSettings' could be found (are you missing a using directive or an assembly reference?)
|
Build
Process completed with exit code 1.
|
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/Controllers/HistoryController.cs#L29
Possible null reference argument for parameter 'history' in 'DeviceHistoryResponse.DeviceHistoryResponse(IList<DeviceHistory> history)'.
|
Build:
src/Services/NodeSettingsStore.cs#L33
Possible null reference argument for parameter 'id' in 'NodeSettings NodeSettingsStore.Get(string id)'.
|
Build:
src/Services/NodeSettingsStore.cs#L37
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
Build:
src/Services/NodeSettingsStore.cs#L40
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Build:
src/Services/NodeSettingsStore.cs#L43
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Build:
src/Services/NodeSettingsStore.cs#L46
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.
|
Loading