Skip to content

Added EM542s stepper motor #267

Added EM542s stepper motor

Added EM542s stepper motor #267

Triggered via pull request October 31, 2023 17:14
@ctackectacke
synchronize #825
feature/em542s
Status Failure
Total duration 4m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

develop-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L48
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L195
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L217
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Tb67h420ftg/Samples/Tb67h420ftg_Encoder_Sample/MeadowApp.cs#L71
The name 'RotationDirection' does not exist in the current context
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.Em542s/Driver/Em542s.cs#L15
The type or namespace name 'IStepperMotor' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.Em542s/Driver/Em542s.cs#L28
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.Em542s/Driver/Em542s.cs#L108
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L48
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L195
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
build: Source/Meadow.Foundation.Peripherals/Motors.Stepper.A4988/Driver/A4988.cs#L217
The type or namespace name 'RotationDirection' could not be found (are you missing a using directive or an assembly reference?)
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/SpiCommunications.cs#L69
Possible null reference assignment.
build: Source/Meadow.Foundation.Core/Communications/SpiCommunications.cs#L58
Non-nullable property 'ChipSelect' 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/MicroGraphics.cs#L1365
Possible null reference argument for parameter 'buffer' in 'void MicroGraphics.DrawBuffer(int x, int y, IPixelBuffer buffer, HorizontalAlignment alignmentH = HorizontalAlignment.Left, VerticalAlignment alignmentV = VerticalAlignment.Top)'.
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/MicroGraphics.cs#L1374
Possible null reference argument for parameter 'buffer' in 'void MicroGraphics.DrawBuffer(int x, int y, IPixelBuffer buffer)'.
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.