Settings ui and service #897
Annotations
10 warnings
src/Models/AutoDiscovery.cs#L8
Cannot convert null literal to non-nullable reference type.
|
src/Controllers/SettingsController.cs#L54
Non-nullable property 'IdPrefixes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Controllers/SettingsController.cs#L62
Non-nullable property 'IncludeIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Controllers/SettingsController.cs#L63
Non-nullable property 'ExcludeIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Controllers/SettingsController.cs#L20
Possible null reference argument for parameter 'value' in 'ActionResult<Settings>.implicit operator ActionResult<Settings>(Settings value)'.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading