-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Castle.Windsor DI container [Working code] #263
Comments
@egorpavlikhin so are you gonna send a pull request 😄 |
Will be good to have an entropy sample. |
@davidfowl will do, give me some time. |
So Castle.Windsor doesn't support nested scopes, but DI unit tests require that they do work and resolve to different services. Any ideas on how to proceed? |
@egorpavlikhin I think perhaps we can remove the requirement to support nested scopes. Does anyone know of anything currently relying on nested scopes? |
Let's continue this discussion in the DependencyInjection repo (aspnet/DependencyInjection#160) as needed. |
Can't use dispose (or close) as can be disposed too early by user code Resolves #263
Update configuration for Identity
If anyone is interested I've adapted current autofac code to work with Castle.Windsor container. Can't be bothered to do an official pull request, so here it goes.
It fits in like this:
The text was updated successfully, but these errors were encountered: