Skip to content

CQRS - Single Query and Command handler registrations supported #59

CQRS - Single Query and Command handler registrations supported

CQRS - Single Query and Command handler registrations supported #59

Triggered via pull request August 22, 2024 12:15
Status Failure
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.FluentValidations/FluentCommandValidator.cs#L7
Type 'FluentCommandValidator' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.FluentValidations/FluentQueryValidator.cs#L7
Type 'FluentQueryValidator' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L245
Type 'QueryLog' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L82
Type 'TestCommandHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L49
Type 'MultipleHandlerQueryTest' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L135
Type 'TestCommandHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L144
Type 'TestCommandHandlerDecorator' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L46
Type 'MultipleHandlerCommandTest' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L98
Type 'TestCommandNoHandler' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build: src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L196
Type 'TestCommandHandlerDecorator' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
ci / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/