Implement a controller, node and end points - We now have a working M… #43
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/Entities/Node.cs#L118
Dereference of a possibly null reference.
|
build:
MatterDotNet/PKI/OperationalCertificate.cs#L42
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/PKI/Fabric.cs#L28
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#L28
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#L52
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#L52
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/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'
|