cross_repo_ci #728
Annotations
11 warnings
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/
|
source/Meadow.Core/Bases/App.cs#L27
Possible null reference assignment.
|
source/Meadow.Core/Update/UpdateService.cs#L324
Dereference of a possibly null reference.
|
source/Meadow.Core/MeadowOS.cs#L208
Converting null literal or possible null value to non-nullable type.
|
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.
|
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.
|
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.
|
source/Meadow.Core/Configuration/AppSettings.cs#L5
Missing XML comment for publicly visible type or member 'IAppSettings'
|
source/Meadow.Core/Configuration/AppSettings.cs#L7
Missing XML comment for publicly visible type or member 'IAppSettings.LoggingSettings'
|
source/Meadow.Core/Configuration/AppSettings.cs#L8
Missing XML comment for publicly visible type or member 'IAppSettings.LifecycleSettings'
|
source/Meadow.Core/Configuration/AppSettings.cs#L9
Missing XML comment for publicly visible type or member 'IAppSettings.UpdateSettings'
|
The logs for this run have expired and are no longer available.
Loading