cross_repo_ci #736
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#L31
Possible null reference assignment.
|
build:
source/Meadow.Core/Bases/App.cs#L27
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L15
Non-nullable field 'm_parentname' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L15
Non-nullable property 'ConfigurationRootPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L30
Dereference of a possibly null reference.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L46
Dereference of a possibly null reference.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L21
Non-nullable field 'm_parentname' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L21
Non-nullable property 'ConfigurationRootPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L55
Possible null reference assignment.
|
build:
source/Meadow.Core/Configuration/ConfigurableObject.cs#L52
Non-nullable property 'ConfigurationRootPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|