initialize GPIOs to inputs, not outputs #76
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
source/Tests/Core.Unit.Tests/UpdateServiceTests/ProcessPublishedCommandTests.cs#L413
Non-nullable property 'AdditionalData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Tests/Core.Unit.Tests/UpdateServiceTests/ProcessPublishedCommandTests.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L8
Missing XML comment for publicly visible type or member 'AppConfigParserTests'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L11
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFullFile()'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L22
Missing XML comment for publicly visible type or member 'AppConfigParserTests.Parse4SpaceFile()'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L32
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseNoSpacesFile()'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L40
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFileWithComments()'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L48
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseFileWithQuotes()'
|
build:
source/Tests/Core.Unit.Tests/AppConfigParserTests.cs#L61
Missing XML comment for publicly visible type or member 'AppConfigParserTests.ParseEnvizorFile()'
|
build:
source/Tests/Core.Unit.Tests/CircularBufferTests.cs#L7
Missing XML comment for publicly visible type or member 'CircularBufferTests'
|