Fix input port behavior and cleanup interrupt port class #219
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-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#L15
Nullability of reference types in return type of 'IDigitalOutputPort? SpiCommunications.ChipSelect.get' doesn't match implicitly implemented member 'IDigitalOutputPort ISpiCommunications.ChipSelect.get' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Core/Leds/PwmLedBarGraph.Animations.cs#L227
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L11
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState'
|
build:
Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L13
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.Stopped'
|
build:
Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L14
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.RunningClockwise'
|
build:
Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L15
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.MotorState.RunningCounterclockwise'
|
build:
Source/Meadow.Foundation.Core/Motors/BidirectionalDcMotor.cs#L18
Missing XML comment for publicly visible type or member 'BidirectionalDcMotor.StateChanged'
|
build:
Source/Meadow.Foundation.Core/Sensors/Buttons/PushButtonBase.cs#L61
Missing XML comment for publicly visible type or member 'PushButtonBase.PushButtonBase(IDigitalInputPort)'
|
build
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
|
build
'MqttServerTlsTcpEndpointOptions.Certificate' is obsolete: 'Please use CertificateProvider with 'BlobCertificateProvider' instead.'
|