Skip to content

Merge pull request #1120 from WildernessLabs/v2.0.1.2 #263

Merge pull request #1120 from WildernessLabs/v2.0.1.2

Merge pull request #1120 from WildernessLabs/v2.0.1.2 #263

Triggered via push February 2, 2025 20:33
Status Success
Total duration 4m 1s
Artifacts

main-ci.yml

on: push
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.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L108
Possible null reference assignment.
build: Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L130
Possible null reference assignment.
build: Source/Meadow.Foundation.Peripherals/Sensors.Light.Bh1745/Driver/Bh1745.cs#L19
The field 'Bh1745._colorHandlers' is assigned but its value is never used
build: Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.PwmPort.cs#L107
Non-nullable property 'Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>.Channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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'