Skip to content

Implement cluster inheritance, map fields and handle poor cluster def… #39

Implement cluster inheritance, map fields and handle poor cluster def…

Implement cluster inheritance, map fields and handle poor cluster def… #39

Triggered via push January 1, 2025 05:41
Status Success
Total duration 38s
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#L40
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/Clusters/ClusterRevision.cs#L5
Missing XML comment for publicly visible type or member 'ClusterRevision'
build: MatterDotNet/Clusters/ClusterRevision.cs#L7
Missing XML comment for publicly visible type or member 'ClusterRevision.ClusterRevision(uint, int)'
build: MatterDotNet/Clusters/ClusterRevision.cs#L13
Missing XML comment for publicly visible type or member 'ClusterRevision.Revision'
build: MatterDotNet/Clusters/ClusterRevision.cs#L14
Missing XML comment for publicly visible type or member 'ClusterRevision.ClusterID'
build: MatterDotNet/Clusters/UnknownCluster.cs#L15
Missing XML comment for publicly visible type or member 'UnknownCluster'
build: MatterDotNet/Clusters/UnknownCluster.cs#L17
Missing XML comment for publicly visible type or member 'UnknownCluster.UnknownCluster(uint, ushort)'