Scheduled - Main Branch #389
eco-estimation.yml
on: schedule
build app on ubuntu
2m 23s
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:
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.
|
build app on ubuntu:
IdealUmbrella.DataConnector/Models/CsvModels/CsvCountryDto.cs#L18
Non-nullable property 'CountryCode' 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#L21
Non-nullable property 'Iso_31662' 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#L24
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|