Refactor(ISSUE80) - Mass Transit #91
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/Core/Houston.Application/CommandHandlers/PipelineTriggerCommandHandlers/Update/UpdatePipelineTriggerCommandHandler.cs#L30
Possible null reference assignment.
|
build:
src/Core/Houston.Application/CommandHandlers/PipelineTriggerCommandHandlers/Create/CreatePipelineTriggerCommandHandler.cs#L32
Possible null reference assignment.
|
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.
|