fix: pass a test #18
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/Commands/CreateBranchCommand.cs#L17
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/Commands/CreateBranchCommand.cs#L18
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/Commands/CreateBranchCommand.cs#L19
Non-nullable property 'OldReferenceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|