Skip to content

Merge branch 'master' into feature/add_create_branch_api #13

Merge branch 'master' into feature/add_create_branch_api

Merge branch 'master' into feature/add_create_branch_api #13

Triggered via push July 14, 2024 13:32
Status Success
Total duration 47s
Billable time 1m
Artifacts

cicd.yml

on: push
build-test-deploy
38s
build-test-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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.
build-test-deploy: Mohaymen.GiteaClient/Gitea/Repository/CreateRepository/Context/CreateRepositoryRequest.cs#L10
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/Repository/CreateRepository/Commands/CreateRepositoryCommandHandler.cs#L15
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/Commands/CreateRepositoryCommandHandler.cs#L17
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/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/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.