-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[WPF] Immutable IoC #1579
Comments
Immutable containers do not work with modularity which is a core function in Prism. If you want to use an immutable container, you must be aware of what functionality you are loosing, and this does the job. SO y have a choice, you can return |
Ok, thanks for reply! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Good day! Could you explain why you've created this commit (link)?
We implement own PrismApplication based on LightInject which doesn't support modules. And after version 7.1.0.431 InitializeModules throws NotSupportedException.
I've overrided InitializeModules method with empty body, but it's a bit weird.
The text was updated successfully, but these errors were encountered: