Skip to content

cross_repo_ci

cross_repo_ci #728

Triggered via repository dispatch July 28, 2023 21:50
@ctackectacke
cross_repo_ci 01547da
Status Success
Total duration 4m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-build.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

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/Meadow.Core/Bases/App.cs#L27
Possible null reference assignment.
build: source/Meadow.Core/Update/UpdateService.cs#L324
Dereference of a possibly null reference.
build: source/Meadow.Core/MeadowOS.cs#L208
Converting null literal or possible null value to non-nullable type.
build: source/Meadow.Core/MeadowOS.cs#L23
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/Meadow.Core/MeadowOS.cs#L24
Non-nullable property 'LifecycleSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/Meadow.Core/MeadowOS.cs#L25
Non-nullable property 'UpdateSettings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/Meadow.Core/Configuration/AppSettings.cs#L5
Missing XML comment for publicly visible type or member 'IAppSettings'
build: source/Meadow.Core/Configuration/AppSettings.cs#L7
Missing XML comment for publicly visible type or member 'IAppSettings.LoggingSettings'
build: source/Meadow.Core/Configuration/AppSettings.cs#L8
Missing XML comment for publicly visible type or member 'IAppSettings.LifecycleSettings'
build: source/Meadow.Core/Configuration/AppSettings.cs#L9
Missing XML comment for publicly visible type or member 'IAppSettings.UpdateSettings'