Skip to content

Mirid v2 docs updates + xml comments #1043

Mirid v2 docs updates + xml comments

Mirid v2 docs updates + xml comments #1043

Triggered via pull request January 11, 2025 01:37
Status Failure
Total duration 3m 42s
Artifacts

develop-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/HMI_Sample/MeadowApp.cs#L138
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/BarChart_Sample/MeadowApp.cs#L76
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/ListBox_Sample/MeadowApp.cs#L55
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/HMI_Sample/MeadowApp.cs#L138
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/BarChart_Sample/MeadowApp.cs#L76
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build: Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroLayout/Samples/ListBox_Sample/MeadowApp.cs#L55
The type or namespace name 'Silk' does not exist in the namespace 'Meadow.Foundation.Displays' (are you missing an assembly reference?)
build
Process completed with exit code 1.
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'
build: Source/Meadow.Foundation.Core/Simulation/Ports/SimulatedDigitalOutputPort.cs#L28
Missing XML comment for publicly visible type or member 'SimulatedDigitalOutputPort.Channel'