Improve secure session logic, teardown exchanges after each action (v… #23
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
MatterDotNet/Protocol/Payloads/Frame.cs#L75
Dereference of a possibly null reference.
|
Build:
MatterDotNet/Clusters/NodeOperationalCredentialsCluster.cs#L27
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#L27
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#L27
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/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/Clusters/GeneralCommissioningCluster.cs#L28
Non-nullable property 'BasicCommissioningInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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.
|
Build:
MatterDotNet/Clusters/ClusterBase.cs#L22
Missing XML comment for publicly visible type or member 'ClusterBase'
|
Build:
MatterDotNet/Clusters/ClusterBase.cs#L24
Missing XML comment for publicly visible type or member 'ClusterBase.ClusterBase(ushort)'
|
Loading