Skip to content

fix: 馃悰 fix docker compose problem #97

fix: 馃悰 fix docker compose problem

fix: 馃悰 fix docker compose problem #97

Triggered via push January 7, 2024 13:32
Status Success
Total duration 2m 58s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@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/BuildingBlocks/BuildingBlocks.Abstractions/Serialization/IMessageSerilizer.cs#L7
'IMessageSerializer.ContentType' hides inherited member 'ISerializer.ContentType'. Use the new keyword if hiding was intended.
build: src/BuildingBlocks/BuildingBlocks.Abstractions/CQRS/Event/IAggregatesDomainEventsRequestStore.cs#L4
Rename namespace BuildingBlocks.Abstractions.CQRS.Event so that it no longer conflicts with the reserved language keyword 'Event'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
build: src/BuildingBlocks/BuildingBlocks.Abstractions/CQRS/Event/Internal/IDomainEvent.cs#L1
Rename namespace BuildingBlocks.Abstractions.CQRS.Event.Internal so that it no longer conflicts with the reserved language keyword 'Event'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
build: src/BuildingBlocks/BuildingBlocks.Abstractions/CQRS/Event/IEventHandler.cs#L5
Rename type name IEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build: src/BuildingBlocks/BuildingBlocks.Abstractions/CQRS/Event/Internal/IDomainEventHandler.cs#L3
Rename type name IDomainEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)