Skip to content

Organize & fix test regression #41

Organize & fix test regression

Organize & fix test regression #41

Triggered via push January 1, 2025 18:49
Status Success
Total duration 41s
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/Clusters/Utility/BridgedDeviceBasicInformationCluster.cs#L26
'BridgedDeviceBasicInformationCluster.CLUSTER_ID' hides inherited member 'BasicInformationCluster.CLUSTER_ID'. Use the new keyword if hiding was intended.
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/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/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'