Updated package versions #16
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
PModAqs/Commands/BaseCommand.cs#L69
Converting null literal or possible null value to non-nullable type.
|
build:
PModAqs/Commands/BaseCommand.cs#L69
Possible null reference argument for parameter 'logger' in 'HidSharpHidDevice.HidSharpHidDevice(ILogger<HidSharpHidDevice> logger, HidDevice hidDevice)'.
|
build:
PModAqs/Commands/BaseCommand.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build:
PModAqs/Commands/BaseCommand.cs#L70
Possible null reference argument for parameter 'logger' in 'Device.Device(ILogger<Device> logger, IHidDevice hidDevice)'.
|
build:
PModAqs/Commands/BaseCommand.cs#L74
Converting null literal or possible null value to non-nullable type.
|
build:
PModAqs/Commands/BaseCommand.cs#L74
Possible null reference argument for parameter 'logger' in 'Ccs811.Ccs811(ILogger<Ccs811> logger, I2cAddress i2cAddress, IDevice device)'.
|
build:
MCP2221IOConsole/Commands/BaseCommand.cs#L63
Converting null literal or possible null value to non-nullable type.
|
build:
MCP2221IOConsole/Commands/BaseCommand.cs#L63
Possible null reference argument for parameter 'logger' in 'HidSharpHidDevice.HidSharpHidDevice(ILogger<HidSharpHidDevice> logger, HidDevice hidDevice)'.
|
build:
MCP2221IOConsole/Commands/BaseCommand.cs#L64
Converting null literal or possible null value to non-nullable type.
|
build:
MCP2221IOConsole/Commands/BaseCommand.cs#L64
Possible null reference argument for parameter 'logger' in 'Device.Device(ILogger<Device> logger, IHidDevice hidDevice)'.
|