System.AggregateException: 'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: MyProject.Services.HelperService Lifetime: Singleton ImplementationType: MyProject.Services.HelperService': Unable to resolve service for type 'MyProject.HostedServices.PlayHostedService' while attempting to activate 'MyProject.Services.HelperService'.)'
InvalidOperationException: Error while validating the service descriptor 'ServiceType: MyProject.Services.HelperService Lifetime: Singleton ImplementationType: MyProject.Services.HelperService': Unable to resolve service for type 'MyProject.HostedServices.PlayHostedService' while attempting to activate 'MyProject.Services.HelperService'.
InvalidOperationException: Unable to resolve service for type 'MyProject.HostedServices.PlayHostedService' while attempting to activate 'MyProject.Services.HelperService'.
Когда инджектю с классом PlayHostedService моим расширенным вылезает эксепшены не может стартовать инициалзировать, когда с IHostedService - нормально стартует
Я кажется выяснил что это из за синглтона нельзя так инджектить, но как мне добиться возможности вызывать свои собственны методы и расширять их как угодно нагрзуками?