Create Release Draft #3
Annotations
1 error and 14 warnings
build (Release)
Process completed with exit code 1.
|
build (Release):
src/HASS.Agent/HASS.Agent.Satellite.Service/MQTT/MqttManager.cs#L452
Dereference of a possibly null reference.
|
build (Release):
src/HASS.Agent/HASS.Agent.Satellite.Service/MQTT/MqttManager.cs#L462
Dereference of a possibly null reference.
|
build (Release):
src/HASS.Agent/HASS.Agent.Satellite.Service/MQTT/MqttManager.cs#L499
Dereference of a possibly null reference.
|
build (Release):
src/HASS.Agent/HASS.Agent.Satellite.Service/MQTT/MqttManager.cs#L509
Dereference of a possibly null reference.
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Models/HomeAssistant/AbstractSingleValueSensor.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Models/HomeAssistant/AbstractSingleValueSensor.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Models/HomeAssistant/DiscoveryConfigModel.cs#L153
'CommandDiscoveryConfigModel.Availability_topic' hides inherited member 'DiscoveryConfigModel.Availability_topic'. Use the new keyword if hiding was intended.
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Managers/SessionsManager.cs#L154
The field 'SessionsManager.BatteryReportingScale.Capacity' is never used
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Managers/SessionsManager.cs#L153
The field 'SessionsManager.BatteryReportingScale.Granularity' is never used
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Managers/SessionsManager.cs#L173
The field 'SessionsManager.SystemPowerCapabilites' is never used
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Managers/PowershellManager.cs#L108
Parameter 'parameters' has no matching param tag in the XML comment for 'PowershellManager.ExecuteScript(string, string, TimeSpan)' (but other parameters do)
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Extensions/CommandExtensions.cs#L24
XML comment is not placed on a valid language element
|
build (Release):
src/HASS.Agent/HASS.Agent.Shared/Extensions/SensorExtensions.cs#L24
XML comment is not placed on a valid language element
|
build (Release):
src/HASS.Agent/HASS.Agent/Compatibility/MigrateCompatibilityTask.cs#L255
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.
|