Skip to content

Add cluster revision attribute #37

Add cluster revision attribute

Add cluster revision attribute #37

Triggered via push December 31, 2024 23:54
Status Success
Total duration 40s
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/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/Clusters/Utility/BasicInformationCluster.cs#L193
Nullable value type may be null.
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/ClusterBase.cs#L223
Missing XML comment for publicly visible type or member 'ClusterBase.Create(uint, ushort)'
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'