Fix OID parsing #27
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/NodeOperationalCredentialsCluster.cs#L28
Non-nullable property 'NOCs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/NodeOperationalCredentialsCluster.cs#L28
Non-nullable property 'Fabrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/NodeOperationalCredentialsCluster.cs#L28
Non-nullable property 'TrustedRootCertificates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/GeneralCommissioningCluster.cs#L27
Non-nullable property 'BasicCommissioningInfoField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Protocol/Payloads/Frame.cs#L75
Dereference of a possibly null reference.
|
build:
MatterDotNet/Protocol/Payloads/Frame.cs#L101
Non-nullable property 'Message' 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/Protocol/Connection/MRPConnection.cs#L99
Dereference of a possibly null reference.
|
build:
MatterDotNet/Protocol/Connection/MRPConnection.cs#L109
Dereference of a possibly null reference.
|