Add support for cell states and GNSS methods #17
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.Contracts/Hardware/PinDefinitionBase.cs#L13
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Source/Meadow.Contracts/Hardware/Contracts/Connectors/GroveDigitalConnector.cs#L6
Missing XML comment for publicly visible type or member 'GroveDigitalConnector'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/Connectors/UartConnector.cs#L6
Missing XML comment for publicly visible type or member 'UartConnector'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/IOControllers/IBiDirectionalController.cs#L32
Missing XML comment for publicly visible type or member 'IBiDirectionalController.CreateBiDirectionalInterruptPort(IPin)'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/IOControllers/IBiDirectionalController.cs#L38
Missing XML comment for publicly visible type or member 'IBiDirectionalController.CreateBiDirectionalPort(IPin, bool)'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/IPinDefinitions.cs#L18
Missing XML comment for publicly visible type or member 'IPinDefinitions.this[string]'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/PortsAndBuses/IAnalogPort.cs#L5
Missing XML comment for publicly visible type or member 'IAnalogPort'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/PortsAndBuses/IBiDirectionalInterruptPort.cs#L3
Missing XML comment for publicly visible type or member 'IBiDirectionalInterruptPort'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/PortsAndBuses/IBiDirectionalInterruptPort.cs#L5
Missing XML comment for publicly visible type or member 'IBiDirectionalInterruptPort.Direction'
|
build:
Source/Meadow.Contracts/Hardware/Contracts/PortsAndBuses/IBiDirectionalInterruptPort.cs#L6
Missing XML comment for publicly visible type or member 'IBiDirectionalInterruptPort.State'
|