Create cd.yml #4
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:
MCP2221IO/Usb/HidSharpHidDevice.cs#L38
Non-nullable field '_hidStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
MCP2221IO/Usb/HidSharpHidDevice.cs#L78
Cannot convert null literal to non-nullable reference type.
|
build:
MCP2221IO/Settings/SramSettings.cs#L67
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/SramSettings.cs#L72
Non-nullable property 'Gp0Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/SramSettings.cs#L77
Non-nullable property 'Gp1Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/SramSettings.cs#L82
Non-nullable property 'Gp2Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/SramSettings.cs#L87
Non-nullable property 'Gp3Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/Password.cs#L34
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/Password.cs#L34
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MCP2221IO/Settings/GpSettings.cs#L36
Non-nullable property 'Gp0PowerUpSetting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|