Skip to content

Update main.yml

Update main.yml #12

Triggered via push September 25, 2023 18:32
Status Failure
Total duration 29s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
deploy
Deployment failed: Error: ENOENT: no such file or directory, open 'publish'
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, einaregilsson/beanstalk-deploy@v15. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy: WebApiExample/WebApiExample/Utility/Data/Service/UserService.cs#L52
Possible null reference return.
deploy: WebApiExample/WebApiExample/Utility/Connection/ConnectionBuilder.cs#L25
The variable 'ex' is declared but never used
deploy: WebApiExample/WebApiExample/Models/UserModel.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Models/UserModel.cs#L9
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Models/UserModel.cs#L10
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Models/UserModel.cs#L12
Non-nullable property 'MobileNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Models/UserModel.cs#L13
Non-nullable property 'SalesId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Models/CityModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: WebApiExample/WebApiExample/Controllers/UserController.cs#L37
Possible null reference return.