Zarejestruj wszystkie usługi Microsoft .NET Core zależność kontener wtrysku
service.RegisterAssemblyPublicNonGenericClasses(… your assembly ref goes here …)
.Where(x => x.Name.EndsWith(“Service”)) //optional
.IgnoreThisInterface<IMyInterface>() //optional
.AsPublicImplementedInterfaces(ServiceLifetime.Scoped);
Blue-eyed Butterfly