Merge pull request #825 from WildernessLabs/feature/em542s #271
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Source/Meadow.Foundation.Core/Communications/SpiCommunications.cs#L69
Possible null reference assignment.
|
build:
Source/Meadow.Foundation.Core/Communications/SpiCommunications.cs#L58
Non-nullable property 'ChipSelect' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L160
Possible null reference assignment.
|
build:
Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L176
Possible null reference assignment.
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.x74595/Driver/x74595.PinDefinitions.cs#L17
Nullability of reference types in type of parameter 'value' of 'void PinDefinitions.Controller.set' doesn't match implicitly implemented member 'void IPinDefinitions.Controller.set' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.x74595/Driver/x74595.DigitalOutputPort.cs#L35
Dereference of a possibly null reference.
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Mcp23xxx/Driver/Drivers/Extras/Mcp23x0x.PinDefinitions.cs#L17
Nullability of reference types in type of parameter 'value' of 'void PinDefinitions.Controller.set' doesn't match implicitly implemented member 'void IPinDefinitions.Controller.set' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Mcp23xxx/Driver/Drivers/Extras/Mcp23x1x.PinDefinitions.cs#L17
Nullability of reference types in type of parameter 'value' of 'void PinDefinitions.Controller.set' doesn't match implicitly implemented member 'void IPinDefinitions.Controller.set' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Mcp23xxx/Driver/Mcp23xxx.cs#L187
Dereference of a possibly null reference.
|
build:
Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Mcp23xxx/Driver/Mcp23xxx.cs#L336
Dereference of a possibly null reference.
|