Skip to content

Add Rachio zone device type. #37

Add Rachio zone device type.

Add Rachio zone device type. #37

Triggered via push October 21, 2023 23:09
Status Success
Total duration 1m 1s
Artifacts

dotnet-test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L131
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L170
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): hubitat2prom/JsonConverters/DeviceSummaryAttributesDynamicJsonConverter.cs#L172
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): prometheus.exporter/ExporterInfo.cs#L8
The type 'ExporterInfoStatus' in '/home/runner/work/hubitat2prom/hubitat2prom/prometheus.exporter/ExporterInfoStatus.cs' conflicts with the imported type 'ExporterInfoStatus' in 'hubitat2prom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/hubitat2prom/hubitat2prom/prometheus.exporter/ExporterInfoStatus.cs'.
build (7.0.x): prometheus.exporter/ExporterInfo.cs#L8
Non-nullable property 'status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0.x): prometheus.exporter/ExporterInfo.cs#L9
Non-nullable property 'config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0.x): prometheus.exporter/ExporterInfoStatus.cs#L8
Non-nullable property 'CONNECTION' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.