Fix solution reference to maple #29
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/ClimaHardwareV3.cs#L127
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#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/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.
|