Skip to content

Scheduled - Main Branch #392

Scheduled - Main Branch

Scheduled - Main Branch #392

Triggered via schedule April 2, 2024 07:12
Status Success
Total duration 2m 45s
Artifacts

eco-estimation.yml

on: schedule
build app on ubuntu
2m 36s
build app on ubuntu
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build app on ubuntu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build app on ubuntu: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L5
Non-nullable property 'asset_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L6
Non-nullable property 'asset_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IU.ClimateTrace.Data.Models/ClimateTraceDbModels/AssetOwnership.cs#L7
Non-nullable property 'owner_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L61
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L64
Non-nullable property 'Latitude' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L67
Non-nullable property 'Longitude' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L12
Non-nullable property 'Alpha2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build app on ubuntu: IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L15
Non-nullable property 'Alpha3' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.