Skip to content

Merge pull request #1046 from WildernessLabs/v1.12.8 #257

Merge pull request #1046 from WildernessLabs/v1.12.8

Merge pull request #1046 from WildernessLabs/v1.12.8 #257

Triggered via push January 7, 2025 23:25
Status Failure
Total duration 3m 11s
Artifacts

main-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Source/Meadow.Foundation.Peripherals/Sensors.Temperature.Tmp102/Samples/Tmp102_Sample/MeadowApp.cs#L13
The type or namespace name 'Tmp102' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Bmx280/Samples/Bme280_VB_Sample/MeadowApp.vb#L20
function 'Initialize' cannot be declared 'Overrides' because it does not override a function in a base class.
build: Source/Meadow.Foundation.Peripherals/Sensors.Atmospheric.Bmx280/Samples/Bme280_VB_Sample/MeadowApp.vb#L50
function 'Run' cannot be declared 'Overrides' because it does not override a function in a base class.
build: Source/Meadow.Foundation.Peripherals/Sensors.Temperature.Tmp102/Samples/Tmp102_Sample/MeadowApp.cs#L13
The type or namespace name 'Tmp102' could not be found (are you missing a using directive or an assembly reference?)
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
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.Tsl2591/Driver/Tsl2591.cs#L38
'Tsl2591.Updated' hides inherited member 'SamplingSensorBase<(Illuminance? FullSpectrum, Illuminance? Infrared, Illuminance? VisibleLight, Illuminance? Integrated)>.Updated'. Use the new keyword if hiding was intended.
build: Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.PwmPort.cs#L97
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.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.DigitalOutputPort.cs#L8
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort'
build: Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.DigitalOutputPort.cs#L10
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.InitialState'
build: Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.DigitalOutputPort.cs#L12
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.State'
build: Source/Meadow.Foundation.Peripherals/ICs.IOExpanders.Pca9685/Driver/Pca9685.DigitalOutputPort.cs#L33
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.Channel'