我希望在我的项目中注册管道行为,并通过autofac注册。public class CheckUserNameExistValidation<TRequest, TResponse> : IPipelineBehavior<CreateUserCommand, OperationResult<string>> private readonly IDomainUnitOfWork unitOfWork;
public CheckUserNameExistValidation(IDomainUnitOfWork unit
在使用.NET Core3.0运行Web应用程序时,我会遇到以下错误。我已经实现了属性路由,并在statup.cs的配置方法中使用了以下代码{});crit: Microsoft.AspNetCore.Hosting.Diagnostics[6]System.ArgumentException: There is an incomplete parameter in the ro