Skip to content

Fix Dockerfile so linux/arm64 builds correctly #44

Fix Dockerfile so linux/arm64 builds correctly

Fix Dockerfile so linux/arm64 builds correctly #44

Triggered via push November 18, 2023 22:29
Status Success
Total duration 42s
Artifacts

dotnet-test.yml

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

Annotations

10 warnings
build (8.0.x): hubitat2prom/HubitatEnv.cs#L21
Cannot convert null literal to non-nullable reference type.
build (8.0.x): hubitat2prom/HubitatEnv.cs#L29
Cannot convert null literal to non-nullable reference type.
build (8.0.x): hubitat2prom/HubitatDevice/DeviceSummaryAttributes.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build (8.0.x): hubitat2prom/HubitatDevice/DeviceSummaryAttributes.cs#L134
Nullability of reference types in type of parameter 'args' doesn't match overridden member.
build (8.0.x): hubitat2prom/Hubitat.cs#L46
Possible null reference return.
build (8.0.x): hubitat2prom/Hubitat.cs#L62
Possible null reference return.
build (8.0.x): hubitat2prom/Hubitat.cs#L80
Possible null reference return.
build (8.0.x): hubitat2prom/JsonConverters/OneOfStringHubitatDeviceCapabilitiesJsonConverter.cs#L19
Possible null reference argument for parameter 't' in 'OneOf<string, DeviceCapabilities>.implicit operator OneOf<string, DeviceCapabilities>(string t)'.
build (8.0.x): hubitat2prom/HubitatDevice/DeviceSummaryCommands.cs#L14
Non-nullable property 'command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.