stepper online motor and controller #1033
Annotations
10 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L28
Nullability of reference types in return type of 'IDigitalChannelInfo? SimulatedDigitalOutputPort.Channel.get' doesn't match implicitly implemented member 'IDigitalChannelInfo IPort<IDigitalChannelInfo>.Channel.get' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L29
Nullability of reference types in return type of 'IPin? SimulatedDigitalOutputPort.Pin.get' doesn't match implicitly implemented member 'IPin IPort<IDigitalChannelInfo>.Pin.get' (possibly because of nullability attributes).
|
build:
Source/Meadow.Foundation.Core/Sensors/Potentiometer/Potentiometer.cs#L34
Non-nullable field 'inputPort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L5
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort'
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L9
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.InitialState'
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L10
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.Name'
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L12
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.SimulatedDigitalOutputPort(string, bool)'
|
build:
Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L18
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.State'
|