Skip to content

Merge pull request #829 from WildernessLabs/feature/em542s #277

Merge pull request #829 from WildernessLabs/feature/em542s

Merge pull request #829 from WildernessLabs/feature/em542s #277

Triggered via push November 2, 2023 16:37
Status Success
Total duration 4m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

develop-ci.yml

on: push
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-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.Foundation.Core/Communications/ByteCommsSensorBase.cs#L72
Non-nullable property 'BusComms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/Buffers/PixelBufferBase.cs#L74
Non-nullable property 'Buffer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/Buffers/PixelBufferBase.cs#L83
Non-nullable property 'Buffer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/Buffers/PixelBufferBase.cs#L360
Cannot convert null literal to non-nullable reference type.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/GraphicsPath.cs#L97
Non-nullable field 'Points' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/GraphicsPath.cs#L104
Non-nullable field 'Points' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Source/Meadow.Foundation.Peripherals/Displays.Lcd.CharacterDisplay/Driver/CharacterDisplay.cs#L16
Nullability of reference types in return type of 'TextDisplayConfig? CharacterDisplay.DisplayConfig.get' doesn't match implicitly implemented member 'TextDisplayConfig ITextDisplay.DisplayConfig.get' (possibly because of nullability attributes).
build: Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L164
Possible null reference assignment.
build: Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L186
Possible null reference assignment.
build: Source/Meadow.Foundation.Peripherals/Displays.ePaper/Driver/EPaperTriColorBase.cs#L94
Non-nullable field 'imageBuffer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.