Skip to content

Commit

Permalink
Enable variance.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Nov 1, 2024
1 parent fc5acc9 commit 92f4ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal sealed class AnvilServiceManager : IServiceManager
{
EnablePropertyInjection = true,
EnableCurrentScope = false,
EnableVariance = false,
EnableVariance = true,
DefaultServiceSelector = SelectHighestPriorityService,
LogFactory = CreateLogHandler,
};
Expand Down

0 comments on commit 92f4ccc

Please sign in to comment.