You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that is currently using Prism 8.1.97 with the extension Prism.Container.Extensions (8.0.62)
I was looking to upgrade the packages to 9.0.537
I see in V9 there is now a IOC extension called MicrosoftDependencyInjectionExtensions
I am however unsure how to replace the section in my current code which does .RegisterServices using the old extension with the V9 implementation.
How do i go about using MicrosoftDependencyInjectionExtensions in V9?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a project that is currently using Prism 8.1.97 with the extension Prism.Container.Extensions (8.0.62)
I was looking to upgrade the packages to 9.0.537
In my current code i have
I see in V9 there is now a IOC extension called MicrosoftDependencyInjectionExtensions
I am however unsure how to replace the section in my current code which does .RegisterServices using the old extension with the V9 implementation.
How do i go about using MicrosoftDependencyInjectionExtensions in V9?
Beta Was this translation helpful? Give feedback.
All reactions