Skip to content

Implement DeviceType and map time functions #38

Implement DeviceType and map time functions

Implement DeviceType and map time functions #38

Triggered via push January 1, 2025 02:25
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/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/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'
build: MatterDotNet/Clusters/UnknownCluster.cs#L17
Missing XML comment for publicly visible type or member 'UnknownCluster.UnknownCluster(uint, ushort)'