Use OID constants #30
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/Clusters/NodeOperationalCredentialsCluster.cs#L33
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#L33
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#L33
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/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'VendorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'HardwareVersionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'SoftwareVersionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'ManufacturingDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'PartNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Clusters/BasicInformationCluster.cs#L30
Non-nullable property 'ProductURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|