Skip to content

Merge branch 'refs/heads/feature/add_repo_apis' into feature/DATALM-1… #6

Merge branch 'refs/heads/feature/add_repo_apis' into feature/DATALM-1…

Merge branch 'refs/heads/feature/add_repo_apis' into feature/DATALM-1… #6

Re-run triggered July 13, 2024 09:04
Status Failure
Total duration 44s
Billable time 2m
Artifacts
BuildAndTest
34s
BuildAndTest
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
BuildAndTest
Process completed with exit code 1.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: 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.
BuildAndTest: Mohaymen.GiteaClient.Tests/Gitea/Repository/CreateRepository/Commands/CreateRepositoryCommandHandlerTests.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
BuildAndTest: Mohaymen.GiteaClient.Tests/Gitea/Repository/CreateRepository/Commands/CreateRepositoryCommandHandlerTests.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
BuildAndTest: Mohaymen.GiteaClient.Tests/Gitea/Repository/Common/Facade/RepositoryFacadeTests.cs#L39
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.