Merge pull request #13 from David032/12-refactor-file-structure---gen… #12
Annotations
3 errors and 10 warnings
skullOS.Tests/ProgramTests.cs#L27
There is no argument given that corresponds to the required parameter 'i2CDevice' of 'Program.SetupModules(List<ISubSystem>, GpioController, I2cDevice)'
|
skullOS.Tests/ProgramTests.cs#L27
There is no argument given that corresponds to the required parameter 'i2CDevice' of 'Program.SetupModules(List<ISubSystem>, GpioController, I2cDevice)'
|
|
skullOS.Core/Modules.cs#L17
Possible null reference return.
|
skullOS.Core/FileManager.cs#L9
Converting null literal or possible null value to non-nullable type.
|
skullOS.Core/FileManager.cs#L19
Dereference of a possibly null reference.
|
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)
|
skullOS.Camera/Camera.cs#L17
Non-nullable field 'device' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
skullOS.Camera/Camera.cs#L17
Non-nullable field 'actionButton' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
skullOS.Output/Output.cs#L172
Cannot convert null literal to non-nullable reference type.
|
skullOS.Output/Output.cs#L18
Converting null literal or possible null value to non-nullable type.
|
skullOS.Output/Output.cs#L19
Dereference of a possibly null reference.
|
skullOS.Output/Output.cs#L20
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading