-
-
Notifications
You must be signed in to change notification settings - Fork 837
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
ComponentRegistration Activating is not working as before #1077
Comments
I'm guessing this is somehow related to the immutable container mechanism and a change in how/when events are fired. Is the callback executing after the components are registered? (I'm not able to debug into this at the moment, but that's where I'd start.) Off the top of my head I don't know what the updated code would be. |
All other registrations are fine, only generic registrations are in trouble! |
…events after the 'ComponentRegistry' has been built
I looked briefly at this. The The I've created a PR to solve this problem |
…events after the 'ComponentRegistry' has been built
…events after the 'ComponentRegistry' has been built
I've updated Signalr2 integration with a PR, please accept that (:
I wasn't able to find something related to my issue
Yes
my issue is directly related to autofac
When filing an issue, please include:
There is no exception
Just copy paste following codes:
In autofac 4.9.4, ComponentRegistration_Activating is being called in a way that is expected and you can see InMemoryRepository, but in autofac 5, you won't see that )-:
The text was updated successfully, but these errors were encountered: