Skip to content

Add or update the Azure App Service build and deployment workflow config #1

Add or update the Azure App Service build and deployment workflow config

Add or update the Azure App Service build and deployment workflow config #1

Re-run triggered September 8, 2024 10:58
Status Failure
Total duration 4m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/Models/UserModel.cs#L90
Non-nullable property 'PlaceDiff' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L11
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L14
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Models/StatsModel.cs#L54
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Models/StatsModel.cs#L30
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Models/StatsModel.cs#L48
Non-nullable property 'BestResult' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.