Skip to content

Initial CI/CD Pipeline #1

Initial CI/CD Pipeline

Initial CI/CD Pipeline #1

Triggered via push February 12, 2024 17:23
Status Success
Total duration 1m 44s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build
Non-nullable property 'lat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'lon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'city' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'county' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'state' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Non-nullable property 'country_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
Dereference of a possibly null reference.
build: Models/LocationModel.cs#L25
Non-nullable property 'lat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L26
Non-nullable property 'lon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L27
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L28
Non-nullable property 'display_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L29
Non-nullable property 'city' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L30
Non-nullable property 'county' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L31
Non-nullable property 'state' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L32
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/LocationModel.cs#L33
Non-nullable property 'country_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/ForecastModel.cs#L24
Dereference of a possibly null reference.