Implement MRP and TCP connections, Exchanges and Sessions #16
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/SecureSession.cs#L19
'SecureSession.LocalSessionID' hides inherited member 'SessionContext.LocalSessionID'. Use the new keyword if hiding was intended.
|
Build:
MatterDotNet/Protocol/Sessions/SessionManager.cs#L38
Converting null literal or possible null value to non-nullable type.
|
Build:
MatterDotNet/Protocol/Payloads/Frame.cs#L74
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/Messages/CommissionerDeclaration.cs#L21
Missing XML comment for publicly visible type or member 'CommissionerDeclaration'
|
Build:
MatterDotNet/Messages/CommissionerDeclaration.cs#L30
Missing XML comment for publicly visible type or member 'CommissionerDeclaration.ErrorCode'
|
Build:
MatterDotNet/Messages/CommissionerDeclaration.cs#L31
Missing XML comment for publicly visible type or member 'CommissionerDeclaration.NeedsPasscode'
|
Build:
MatterDotNet/Messages/CommissionerDeclaration.cs#L32
Missing XML comment for publicly visible type or member 'CommissionerDeclaration.NoAppsFound'
|
Build:
MatterDotNet/Messages/CommissionerDeclaration.cs#L33
Missing XML comment for publicly visible type or member 'CommissionerDeclaration.PasscodeDialogDisplayed'
|
Build:
MatterDotNet/Messages/CommissionerDeclaration.cs#L34
Missing XML comment for publicly visible type or member 'CommissionerDeclaration.CommissionerPasscode'
|
Loading