Update ServoWing to use TimePeriod #86
Annotations
13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build
XML comment has a param tag for 'duration', but there is no parameter by that name
|
build
Parameter 'pulseDuration' has no matching param tag in the XML comment for 'ServoBase.SetPulseWidthWithTrim(TimePeriod)' (but other parameters do)
|
build
Non-nullable property 'Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>.Channel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort'
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.InitialState'
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.State'
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.Channel'
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.Pin'
|
build
Missing XML comment for publicly visible type or member 'Pca9685.DigitalOutputPort.Dispose()'
|
build
Non-nullable property 'Points' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|