Skip to content

Feature/add create branch api #17

Feature/add create branch api

Feature/add create branch api #17

Triggered via pull request July 14, 2024 14:01
Status Failure
Total duration 38s
Artifacts

cicd.yml

on: pull_request
build-test-deploy
27s
build-test-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-test-deploy
Process completed with exit code 1.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Dtos/CreateBranchResponseDto.cs#L8
Non-nullable property 'BranchName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Repository/CreateRepository/Dtos/CreateRepositoryResponseDto.cs#L11
Non-nullable property 'RepositoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Dtos/CreateBranchCommandDto.cs#L5
Non-nullable property 'RepositoryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Dtos/CreateBranchCommandDto.cs#L6
Non-nullable property 'NewBranchName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Dtos/CreateBranchCommandDto.cs#L7
Non-nullable property 'OldReferenceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Repository/CreateRepository/Dtos/CreateRepositoryCommandDto.cs#L9
Non-nullable property 'DefaultBranch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Repository/CreateRepository/Dtos/CreateRepositoryCommandDto.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Context/CreateBranchRequest.cs#L8
Non-nullable property 'NewBranchName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Branch/CreateBranch/Context/CreateBranchRequest.cs#L11
Non-nullable property 'OldReferenceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Repository/CreateRepository/Context/CreateRepositoryRequest.cs#L8
Non-nullable property 'DefaultBranch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.