Implement secure sessions and exchanges - encrypted IM commands now work #17
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/Sessions/SessionManager.cs#L58
Converting null literal or possible null value to non-nullable type.
|
Build:
MatterDotNet/Messages/InteractionModel/EventDataIB.cs#L41
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
MatterDotNet/Messages/InteractionModel/DataVersionFilterIB.cs#L36
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
MatterDotNet/Messages/InteractionModel/AttributeDataIB.cs#L36
Non-nullable property 'Data' 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#L74
Dereference of a possibly null reference.
|
Build:
MatterDotNet/Protocol/Payloads/Frame.cs#L100
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/Connection/MRPConnetion.cs#L105
Dereference of a possibly null reference.
|
Build:
MatterDotNet/Constants.cs#L15
Missing XML comment for publicly visible type or member 'Constants'
|
Build:
MatterDotNet/Constants.cs#L17
Missing XML comment for publicly visible type or member 'Constants.MATTER_10_REVISION'
|
Build:
MatterDotNet/Constants.cs#L18
Missing XML comment for publicly visible type or member 'Constants.MATTER_12_REVISION'
|
Loading