CQRS - Single Query and Command handler registrations supported #59
Annotations
10 errors and 1 warning
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)
|
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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L125
Type 'TestQueryHandlerDecorator' 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)
|
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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L64
Type 'SecondCommandHandler' 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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L79
Type 'TestQueryNoHandler' 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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L48
Type 'FirstCommandHandler' 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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L71
Type 'TestQueryHandler' 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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/CommandsSpec.cs#L80
Type 'TestCommand' 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)
|
src/Allegro.Extensions.Cqrs/Allegro.Extensions.Cqrs.Tests.Unit/QueriesSpec.cs#L59
Type 'SecondQueryHandler' 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)
|
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/
|
The logs for this run have expired and are no longer available.
Loading