Skip to content

Mirid v2 docs updates + xml comments #1048

Mirid v2 docs updates + xml comments

Mirid v2 docs updates + xml comments #1048

Triggered via pull request January 11, 2025 23:46
Status Success
Total duration 4m 48s
Artifacts

develop-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L28
Nullability of reference types in return type of 'IDigitalChannelInfo? SimulatedDigitalOutputPort.Channel.get' doesn't match implicitly implemented member 'IDigitalChannelInfo IPort<IDigitalChannelInfo>.Channel.get' (possibly because of nullability attributes).
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L29
Nullability of reference types in return type of 'IPin? SimulatedDigitalOutputPort.Pin.get' doesn't match implicitly implemented member 'IPin IPort<IDigitalChannelInfo>.Pin.get' (possibly because of nullability attributes).
build: Source/Meadow.Foundation.Core/Sensors/Potentiometer/Potentiometer.cs#L34
Non-nullable field 'inputPort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L5
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L9
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.InitialState'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L10
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.Name'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L12
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.SimulatedDigitalOutputPort(string, bool)'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L18
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.State'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L28
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.Channel'