Skip to content

Refactor(ISSUE80) - Mass Transit #91

Refactor(ISSUE80) - Mass Transit

Refactor(ISSUE80) - Mass Transit #91

Triggered via pull request August 16, 2023 00:22
Status Failure
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy-api.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 11 warnings
build: src/Tests/Houston.API.UnitTests/Usings.cs#L14
The type or namespace name 'EventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/Usings.cs#L15
The type or namespace name 'EventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/HandlerTests/PipelineCommandHandlers/RunPipelineCommandHandlerTests.cs#L7
The type or namespace name 'IEventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/HandlerTests/PipelineCommandHandlers/WebhookCommandHandlerTests.cs#L7
The type or namespace name 'IEventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/Usings.cs#L14
The type or namespace name 'EventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/Usings.cs#L15
The type or namespace name 'EventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/HandlerTests/PipelineCommandHandlers/RunPipelineCommandHandlerTests.cs#L7
The type or namespace name 'IEventBus' could not be found (are you missing a using directive or an assembly reference?)
build: src/Tests/Houston.API.UnitTests/HandlerTests/PipelineCommandHandlers/WebhookCommandHandlerTests.cs#L7
The type or namespace name 'IEventBus' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Core/Houston.Infrastructure/Repository/PipelineLogRepository.cs#L21
Dereference of a possibly null reference.
build: src/Core/Houston.Infrastructure/Repository/PipelineLogRepository.cs#L32
Dereference of a possibly null reference.
build: src/Core/Houston.Application/Webhooks/Github.cs#L13
Dereference of a possibly null reference.
build: src/Core/Houston.Application/ViewModel/MapProfile.cs#L28
Dereference of a possibly null reference.
build: src/Core/Houston.Application/ViewModel/MapProfile.cs#L30
Dereference of a possibly null reference.
build: src/Adapters/Houston.API/Usings.cs#L47
The using directive for 'Houston.API.Extensions' appeared previously in this namespace
build: src/Adapters/Houston.API/Controllers/V1/ConnectorFunctionController.cs#L73
Parameter 'connectorId' has no matching param tag in the XML comment for 'ConnectorFunctionController.GetAll(GetAllConnectorFunctionCommand, Guid)' (but other parameters do)
build: src/Adapters/Houston.Workers/Consumers/RunPipelineConsumer.cs#L6
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.