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
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
I am trying to use IHttpClientFactory in my WPF Prism Application. Since I cannot use the Microsoft Dependency Injection container in Prism I have used Unity Provider to convert my registration to Unity like below.
Hi Kevin,
I am trying to use IHttpClientFactory in my WPF Prism Application. Since I cannot use the Microsoft Dependency Injection container in Prism I have used Unity Provider to convert my registration to Unity like below.
Any thoughts?