Skip to content

health metrics improvements #7

health metrics improvements

health metrics improvements #7

Triggered via pull request August 21, 2023 21:34
Status Success
Total duration 33s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/Cloud/CloudEvent.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Meadow.Contracts/Cloud/CloudEvent.cs#L10
Non-nullable property 'Measurements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Bases/BiDirectionalInterruptPortBase.cs#L6
Missing XML comment for publicly visible type or member 'BiDirectionalInterruptPortBase'
build: Source/Meadow.Contracts/Hardware/Bases/DigitalInterruptPortBase.cs#L6
Missing XML comment for publicly visible type or member 'DigitalInterruptPortBase'
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/IOControllers/IIOController.cs#L19
Missing XML comment for publicly visible type or member 'IIOController<T>.Pins'