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
AppBuilder.UseReactiveUI uses Locator.RegisterResolverCallbackChanged(() =>
This ensures, that the registration code is re-run in cases where the service locator is changed.
We use this to use Microsoft.Extensions.DependencyInjection.
In this line the locator is changed - so the registrations need to be rerun.
The text was updated successfully, but these errors were encountered:
gentledepp
added a commit
to gentledepp/Shell
that referenced
this issue
Dec 3, 2024
AppBuilder.UseReactiveUI uses
Locator.RegisterResolverCallbackChanged(() =>
This ensures, that the registration code is re-run in cases where the service locator is changed.
We use this to use Microsoft.Extensions.DependencyInjection.
In this line the locator is changed - so the registrations need to be rerun.
The text was updated successfully, but these errors were encountered: