Annotations
10 warnings
build:
src/Repository.EntityFrameworkCore/Extensions/ServiceCollectionExtensions.cs#L30
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
build:
src/Repository.EntityFrameworkCore/Extensions/ServiceCollectionExtensions.cs#L30
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
build:
src/Repository.EntityFrameworkCore/Extensions/ServiceCollectionExtensions.cs#L30
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
|
build:
src/DistributedTransactions.Abstractions/IntegrationEventHandlerWrap.cs#L3
The type 'TIntegrationEvent' cannot be used as type parameter 'TIntegrationEvent' in the generic type or method 'IIntegrationEventHandler<TIntegrationEvent>'. Nullability of type argument 'TIntegrationEvent' doesn't match 'notnull' constraint.
|
build:
src/DistributedTransactions.Abstractions/IntegrationEventHandlerWrap.cs#L28
The type 'TIntegrationEvent' cannot be used as type parameter 'TEvent' in the generic type or method 'IntegrationEventHandlerContext<TEvent>'. Nullability of type argument 'TIntegrationEvent' doesn't match 'notnull' constraint.
|
build:
src/DistributedTransactions.Abstractions/IntegrationEventHandlerWrap.cs#L3
The type 'TIntegrationEvent' cannot be used as type parameter 'TIntegrationEvent' in the generic type or method 'IIntegrationEventHandler<TIntegrationEvent>'. Nullability of type argument 'TIntegrationEvent' doesn't match 'notnull' constraint.
|
build:
src/DistributedTransactions.Abstractions/IntegrationEventHandlerWrap.cs#L28
The type 'TIntegrationEvent' cannot be used as type parameter 'TEvent' in the generic type or method 'IntegrationEventHandlerContext<TEvent>'. Nullability of type argument 'TIntegrationEvent' doesn't match 'notnull' constraint.
|
build:
src/DistributedTransactions.CAP/Sagas/CapSagaEventPublisher.cs#L32
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build:
src/DistributedTransactions.CAP/Sagas/SagaHostedService.cs#L9
Remove this unread private field '_sagaRepository' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
build:
src/DistributedTransactions.CAP/Sagas/SagaHostedService.cs#L10
Remove this unread private field '_sagaManager' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|