Skip to content
Discussion options

You must be logged in to vote

First of all we've been telling people they should use DryIoc and not Unity Container for at least the last 3-4 years. As for other containers, I do have one that I've looked at implementing as a secondary choice for people, but have not had the time to implement. Microsoft.Extensions.DependencyInjection unfortunately remains incompatible for Prism apps for a variety of reasons.

  • No support for automatic concrete type resolution
  • No ability to append the services once the ServiceProvider is built
  • While we may be able to use the changes in Prism.Maui for ViewModel resolution, Named registrations would not be possible which could break some existing apps.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by wowfood
Comment options

You must be logged in to vote
2 replies
@brianlagunas
Comment options

@wowfood
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
WPF
Labels
None yet
3 participants