Update main-ci.yml #126
Annotations
9 errors and 11 warnings
build:
source/Meadow.Core/MicroJsonSerializer.cs#L1
The type or namespace name 'Foundation' does not exist in the namespace 'Meadow' (are you missing an assembly reference?)
|
build:
source/implementations/linux/Meadow.Linux/Linux.cs#L2
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build:
source/implementations/windows/Meadow.Windows/Windows.cs#L1
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build:
source/implementations/mac/Meadow.Mac/Mac.cs#L2
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build:
source/Meadow.Core/MicroJsonSerializer.cs#L1
The type or namespace name 'Foundation' does not exist in the namespace 'Meadow' (are you missing an assembly reference?)
|
build:
source/implementations/linux/Meadow.Linux/Linux.cs#L2
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build:
source/implementations/windows/Meadow.Windows/Windows.cs#L1
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build:
source/implementations/mac/Meadow.Mac/Mac.cs#L2
The type or namespace name 'Displays' does not exist in the namespace 'Meadow.Foundation' (are you missing an assembly reference?)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7CellNetworkAdapter.cs#L146
Cannot convert null literal to non-nullable reference type.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7CellNetworkAdapter.cs#L296
Possible null reference argument for parameter 'input' in 'string F7CellNetworkAdapter.ParseCellConnectionError(string input)'.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7CellNetworkAdapter.cs#L410
Dereference of a possibly null reference.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7EthernetNetworkAdapter.cs#L62
Cannot convert null literal to non-nullable reference type.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7GPIOManager_interrupts.cs#L305
Converting null literal or possible null value to non-nullable type.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7GPIOManager_interrupts.cs#L265
The variable 'lockTaken' is assigned but its value is never used
|
build:
source/implementations/f7/Meadow.F7/Devices/Esp32Coprocessor/Esp32WiFiAdapter.cs#L760
Possible null reference argument for parameter 'ssid' in 'WirelessNetworkConnectionEventArgs.WirelessNetworkConnectionEventArgs(IPAddress ipAddress, IPAddress subnet, IPAddress gateway, string ssid, PhysicalAddress bssid, byte channel, NetworkAuthenticationType authenticationType)'.
|
build:
source/implementations/f7/Meadow.F7/Devices/F7MicroBase.cs#L29
The field 'F7MicroBase.WiFiAdapterInitialized' is assigned but its value is never used
|
build:
source/implementations/simulation/Meadow.Simulation/SimulatedMeadow.Pinout.cs#L12
Nullability of reference types in type of parameter 'value' of 'void SimulatedPinout.Controller.set' doesn't match implicitly implemented member 'void IPinDefinitions.Controller.set' (possibly because of nullability attributes).
|
build:
source/implementations/simulation/Meadow.Simulation/SerialPortProxy.cs#L14
Non-nullable event 'DataReceived' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|