Add support for enhanced commissioning #59
Annotations
5 errors and 11 warnings
build:
ExampleConsole/Program.cs#L22
'Controller' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'Controller' could be found (are you missing a using directive or an assembly reference?)
|
build:
ExampleConsole/Program.cs#L22
'Controller' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'Controller' could be found (are you missing a using directive or an assembly reference?)
|
build:
ExampleConsole/Program.cs#L22
'Controller' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'Controller' could be found (are you missing a using directive or an assembly reference?)
|
build:
ExampleConsole/Program.cs#L22
'Controller' does not contain a definition for 'Start' and no accessible extension method 'Start' accepting a first argument of type 'Controller' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
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/Utility/GeneralCommissioningCluster.cs#L80
XML comment has syntactically incorrect cref attribute 'TCAcknowledgementsNotReceived, TCAcknowledgementsNotReceived'
|
build:
MatterDotNet/Clusters/Utility/GeneralCommissioningCluster.cs#L84
XML comment has syntactically incorrect cref attribute 'TCMinVersionNotMet, TCMinVersionNotMet'
|
build:
MatterDotNet/Clusters/Utility/BridgedDeviceBasicInformationCluster.cs#L29
'BridgedDeviceBasicInformationCluster.CLUSTER_ID' hides inherited member 'BasicInformationCluster.CLUSTER_ID'. Use the new keyword if hiding was intended.
|
build:
MatterDotNet/Entities/CommissioningState.cs#L84
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<byte>(IEnumerable<byte> first, IEnumerable<byte> second)'.
|
build:
MatterDotNet/Entities/CommissioningState.cs#L103
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<char>(IEnumerable<char> first, IEnumerable<char> second)'.
|
build:
MatterDotNet/Entities/Controller.cs#L341
Possible null reference argument for parameter 'SSID' in 'Task<NetworkConfigResponse?> NetworkCommissioningCluster.AddOrUpdateWiFiNetwork(SecureSession session, byte[] SSID, byte[] Credentials, ulong? Breadcrumb)'.
|
build:
MatterDotNet/PKI/OperationalCertificate.cs#L58
Non-nullable field 'cert' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
MatterDotNet/PKI/Fabric.cs#L41
Non-nullable property 'CompressedFabricID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/PKI/Fabric.cs#L41
Non-nullable property 'OperationalIdentityProtectionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/PKI/Fabric.cs#L69
Non-nullable property 'CompressedFabricID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|