Initial CI/CD Pipeline #1
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.
|