Skip to content

Release 1.5.0

Release 1.5.0 #30

Triggered via pull request November 29, 2023 02:34
@adrianstevensadrianstevens
synchronize #51
v1.5.0
Status Success
Total duration 44m 59s
Artifacts

develop-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-java@v2, 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.Clima/ClimaHardwareV2.cs#L99
Possible null reference argument for parameter 'serialPortName' in 'NeoM8.NeoM8(IMeadowDevice device, SerialPortName serialPortName, IPin? resetPin, IPin? ppsPin = null)'.
build: Source/Meadow.Clima/ClimaHardwareV2.cs#L115
Dereference of a possibly null reference.
build: Source/Meadow.Clima/ClimaHardwareV2.cs#L126
Dereference of a possibly null reference.
build: Source/Meadow.Clima/ClimaHardwareV2.cs#L137
Dereference of a possibly null reference.
build: Source/Meadow.Clima/ClimaHardwareV2.cs#L148
Dereference of a possibly null reference.
build: Source/Meadow.Clima/ClimaHardwareV2.cs#L159
Dereference of a possibly null reference.
build: Source/Meadow.Clima/ClimaHardwareV3.cs#L127
Possible null reference argument for parameter 'serialPortName' in 'NeoM8.NeoM8(IMeadowDevice device, SerialPortName serialPortName, IPin? resetPin, IPin? ppsPin = null)'.
build: Source/Additional Samples/CommonContracts/Models/TemperatureModel.cs#L5
Non-nullable property 'Temperature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Additional Samples/CommonContracts/Models/TemperatureModel.cs#L6
Non-nullable property 'DateTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Additional Samples/CommonContracts/Models/ClimateModel.cs#L5
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.