Fixing warnings and nullables #274
Annotations
11 warnings
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/
|
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.
|
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).
|
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.
|
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.
|
Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/Buffers/PixelBufferBase.cs#L360
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L164
Possible null reference assignment.
|
Source/Meadow.Foundation.Peripherals/RTCs.Ds323x/Driver/Ds323x.cs#L186
Possible null reference assignment.
|
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.
|
The logs for this run have expired and are no longer available.
Loading