Working with SimpleInjector

Hi,

I’m trying to use the product in a project using SimpleInjector.

I’m struggling a bit with errors like “The constructor of type Saml2Service contains the parameter with name ‘samlServiceProvider’ and type ISamlServiceProvider that is not registered. Please ensure ISamlServiceProvider is registered, or change the constructor of Saml2Service.” and likes.

Do you have a guide on using your dll with SimpleInjector ? A list of all dependencies to declare ? What’s the equivalent of ‘services.Configure’ with SimpleInjector ?

Thanks :slight_smile:

I’m afraid we don’t have a guide for using SimpleInjector.
We will include the documentation on the interfaces and default implementations in a forthcoming release for anyone using a different DI library.
Please contact us by email for the current interface/implementation details.