MyTested.AspNetCore.Mvc
MyTested.AspNetCore.Mvc copied to clipboard
Open generic types should be validated for scoped service too
Currently .WithSetupFor<IOptions<AppSettings>> will throw an exception if the service is registered as IOptions<>, no matter the lifetime.