Skip to content

Implement MRP and TCP connections, Exchanges and Sessions #16

Implement MRP and TCP connections, Exchanges and Sessions

Implement MRP and TCP connections, Exchanges and Sessions #16

Triggered via push December 9, 2024 18:43
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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'