Skip to content

Commit

Permalink
Merge pull request #2122 from bmarinov/feature/use_recommended_dryioc…
Browse files Browse the repository at this point in the history
…_cfg_method

Replace deprecated DryIoc configuration method call
  • Loading branch information
dansiegel authored Jun 10, 2020
2 parents a7ae9d9 + 7519bd9 commit 83e8865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DryIocContainerExtension : IContainerExtension<IContainer>, IContainerInfo
/// <summary>
/// Gets the Default DryIoc Container Rules used by Prism
/// </summary>
public static Rules DefaultRules => Rules.Default.WithAutoConcreteTypeResolution()
public static Rules DefaultRules => Rules.Default.WithConcreteTypeDynamicRegistrations()
.With(Made.Of(FactoryMethod.ConstructorWithResolvableArguments))
.WithFuncAndLazyWithoutRegistration()
.WithTrackingDisposableTransients()
Expand Down

0 comments on commit 83e8865

Please sign in to comment.