311 B
311 B
Common Errors
Common errors and solutions.
Handler Not Found
Error: No service for type 'ICommandHandler<CreateOrderCommand, int>'
Solution:
builder.Services.AddCommand<CreateOrderCommand, int, CreateOrderCommandHandler>();