Skip to content

Release 1.5.0

Release 1.5.0 #18

Triggered via pull request November 29, 2023 02:34
@adrianstevensadrianstevens
synchronize #51
v1.5.0
Status Success
Total duration 9m 30s
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-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#L94
Possible null reference argument for parameter 'serialPortName' in 'NeoM8.NeoM8(IMeadowDevice device, SerialPortName serialPortName, IPin? resetPin, IPin? ppsPin = null)'.
build: Source/Meadow.Clima/ClimaHardwareV3.cs#L122
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.
build: Source/Additional Samples/CommonContracts/Models/ClimateModel.cs#L6
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/ClimateModel.cs#L7
Non-nullable property 'Pressure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Additional Samples/CommonContracts/Models/ClimateModel.cs#L8
Non-nullable property 'Humidity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Additional Samples/CommonContracts/Models/ClimateModel.cs#L9
Non-nullable property 'Rain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Additional Samples/CommonContracts/Models/ClimateModel.cs#L10
Non-nullable property 'WindSpeed' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.