builder.Services.AddMediatR(typeof(ReportingRequipments.Application.AssemblyReference).Assembly);
builder.Services.AddAutoMapper(typeof(ReportingRequipments.Application.AssemblyReference).Assembly);
mediatR(typeof(ReportingRequipments.Application.AssemblyReference).Assembly);
‘this is error and the error is that Cyour text
S1503 Argument 2: cannot convert from ‘System.Reflection.Assembly’ to ‘System.Action<Microsoft.Extensions.DependencyInjection.MediatRServiceConfiguration>’
and what should ı do
furkan kalkan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.