Fixing warnings #118
Annotations
10 errors and 11 warnings
build:
source/Meadow.Core/StorageInformation.cs#L8
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/Meadow.Core/StorageInformation.cs#L14
The type or namespace name 'DigitalStorage' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/Meadow.Core/StorageInformation.cs#L17
The type or namespace name 'DigitalStorage' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/implementations/f7/Meadow.F7/F7PlatformOS.Storage.cs#L51
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/implementations/f7/Meadow.F7/F7PlatformOS.Storage.cs#L18
The type or namespace name 'StorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/implementations/simulation/Meadow.Simulation/SimulatedPlatformOS.cs#L165
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/implementations/linux/Meadow.Linux/PlatformOS/LinuxPlatformOS.cs#L221
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/implementations/windows/Meadow.Windows/WindowsPlatformOS.cs#L178
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/Meadow.Core/StorageInformation.cs#L8
The type or namespace name 'IStorageInformation' could not be found (are you missing a using directive or an assembly reference?)
|
build:
source/Meadow.Core/StorageInformation.cs#L14
The type or namespace name 'DigitalStorage' could not be found (are you missing a using directive or an assembly reference?)
|
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/implementations/f7/Meadow.F7/Devices/Esp32Coprocessor/SharedEnums.cs#L498
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
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()'
|