Global Settings #1046
Annotations
10 errors and 10 warnings
Build:
src/Services/NodeSettingsStore.cs#L18
'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/Services/NodeSettingsStore.cs#L20
'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/Services/NodeSettingsStore.cs#L22
'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/Services/NodeSettingsStore.cs#L36
'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/Services/NodeSettingsStore.cs#L39
'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/Services/NodeSettingsStore.cs#L42
'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/Services/NodeSettingsStore.cs#L45
'NodeSettings' does not contain a definition for 'MaxDistance' and no accessible extension method 'MaxDistance' 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:
src/Controllers/HistoryController.cs#L29
Possible null reference argument for parameter 'history' in 'DeviceHistoryResponse.DeviceHistoryResponse(IList<DeviceHistory> history)'.
|
Build:
src/Services/MqttCoordinator.cs#L218
Possible null reference assignment.
|
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/NodeSettingReceivedEventArgs.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/NodeSettingReceivedEventArgs.cs#L6
Non-nullable property 'Setting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Events/NodeSettingReceivedEventArgs.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#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.
|
Loading