Skip to content

Make server certificate validation optional #90

Make server certificate validation optional

Make server certificate validation optional #90

Triggered via pull request October 31, 2023 20:16
Status Failure
Total duration 2m 54s
Artifacts

main-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: source/implementations/f7/Meadow.F7/F7PlatformOS.Crypto.cs#L5
'F7PlatformOS' does not implement interface member 'IPlatformOS.GetProcessorUtilization()'
build: source/implementations/f7/Meadow.F7/F7PlatformOS.Crypto.cs#L5
'F7PlatformOS' does not implement interface member 'IPlatformOS.GetStorageInformation()'
build: source/implementations/simulation/Meadow.Simulation/SimulatedPlatformOS.cs#L12
'SimulatedPlatformOS' does not implement interface member 'IPlatformOS.GetProcessorUtilization()'
build: source/implementations/simulation/Meadow.Simulation/SimulatedPlatformOS.cs#L12
'SimulatedPlatformOS' does not implement interface member 'IPlatformOS.GetStorageInformation()'
build: source/implementations/linux/Meadow.Linux/PlatformOS/LinuxPlatformOS.cs#L17
'LinuxPlatformOS' does not implement interface member 'IPlatformOS.GetProcessorUtilization()'
build: source/implementations/linux/Meadow.Linux/PlatformOS/LinuxPlatformOS.cs#L17
'LinuxPlatformOS' does not implement interface member 'IPlatformOS.GetStorageInformation()'
build: source/implementations/windows/Meadow.Windows/WindowsPlatformOS.cs#L12
'WindowsPlatformOS' does not implement interface member 'IPlatformOS.GetProcessorUtilization()'
build: source/implementations/windows/Meadow.Windows/WindowsPlatformOS.cs#L12
'WindowsPlatformOS' does not implement interface member 'IPlatformOS.GetStorageInformation()'
build: source/implementations/f7/Meadow.F7/F7PlatformOS.Crypto.cs#L5
'F7PlatformOS' does not implement interface member 'IPlatformOS.GetProcessorUtilization()'
build: source/implementations/f7/Meadow.F7/F7PlatformOS.Crypto.cs#L5
'F7PlatformOS' does not implement interface member 'IPlatformOS.GetStorageInformation()'
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#L18
Cannot convert null literal to non-nullable reference type.
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/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'