CI/CD update troubleshoot #6
aws-dotnet-backend.yml
on: push
build-and-deploy
27s
Annotations
1 error and 4 warnings
build-and-deploy
Deployment failed: Error: ENOENT: no such file or directory, open 'publish.zip'
|
build-and-deploy:
dotnetBackend/Models/Entities/Comment.cs#L19
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-deploy:
dotnetBackend/Models/Entities/Comment.cs#L16
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-deploy:
dotnetBackend/Models/Entities/Comment.cs#L19
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-deploy:
dotnetBackend/Models/Entities/Comment.cs#L16
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|