Skip to content

Commissioning working and spec compliant #49

Commissioning working and spec compliant

Commissioning working and spec compliant #49

Triggered via push January 9, 2025 03:37
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: MatterDotNet/Clusters/Utility/BridgedDeviceBasicInformationCluster.cs#L26
'BridgedDeviceBasicInformationCluster.CLUSTER_ID' hides inherited member 'BasicInformationCluster.CLUSTER_ID'. Use the new keyword if hiding was intended.
build: MatterDotNet/PKI/OperationalCertificate.cs#L49
Non-nullable field 'cert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: MatterDotNet/Protocol/Cryptography/BigIntegerPoint.cs#L33
Possible null reference argument for parameter 'x' in 'BigIntegerPoint.BigIntegerPoint(byte[] x, byte[] y)'.
build: MatterDotNet/Protocol/Cryptography/BigIntegerPoint.cs#L33
Possible null reference argument for parameter 'y' in 'BigIntegerPoint.BigIntegerPoint(byte[] x, byte[] y)'.
build: MatterDotNet/PKI/Fabric.cs#L31
Non-nullable property 'CompressedFabricID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MatterDotNet/PKI/Fabric.cs#L31
Non-nullable property 'OperationalIdentityProtectionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MatterDotNet/PKI/Fabric.cs#L59
Non-nullable property 'CompressedFabricID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MatterDotNet/PKI/Fabric.cs#L59
Non-nullable property 'OperationalIdentityProtectionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MatterDotNet/Clusters/Application/ActionsCluster.cs#L204
Missing XML comment for publicly visible type or member 'ActionsCluster.Action.ActionID'
build: MatterDotNet/Clusters/Application/ActionsCluster.cs#L205
Missing XML comment for publicly visible type or member 'ActionsCluster.Action.Name'