12 Refactor file structure - Generated files #11
Annotations
5 errors and 10 warnings
build (ubuntu-latest):
skullOS.Tests/ProgramTests.cs#L27
There is no argument given that corresponds to the required parameter 'i2CDevice' of 'Program.SetupModules(List<ISubSystem>, GpioController, I2cDevice)'
|
build (ubuntu-latest):
skullOS.Tests/ProgramTests.cs#L27
There is no argument given that corresponds to the required parameter 'i2CDevice' of 'Program.SetupModules(List<ISubSystem>, GpioController, I2cDevice)'
|
build (ubuntu-latest)
Process completed with exit code 1.
|
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
build (windows-latest)
The operation was canceled.
|
build (ubuntu-latest):
skullOS.Core/Modules.cs#L17
Possible null reference return.
|
build (ubuntu-latest):
skullOS.Core/FileManager.cs#L9
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
skullOS.Core/FileManager.cs#L19
Dereference of a possibly null reference.
|
build (ubuntu-latest):
skullOS.Core/FileManager.cs#L13
This call site is reachable on all platforms. 'Directory.CreateDirectory(string, UnixFileMode)' is unsupported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
build (ubuntu-latest):
skullOS.Camera/Camera.cs#L17
Non-nullable field 'device' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest):
skullOS.Camera/Camera.cs#L17
Non-nullable field 'actionButton' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (ubuntu-latest):
skullOS.Output/Output.cs#L172
Cannot convert null literal to non-nullable reference type.
|
build (ubuntu-latest):
skullOS.Output/Output.cs#L18
Converting null literal or possible null value to non-nullable type.
|
build (ubuntu-latest):
skullOS.Output/Output.cs#L19
Dereference of a possibly null reference.
|
build (ubuntu-latest):
skullOS.Output/Output.cs#L20
Converting null literal or possible null value to non-nullable type.
|