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
The new extension method in 1.0 to instantiate actors using DI fails to instantiate any actor that requires parameters because of the "new()" constraint on the extension.
'SomeActor' must be a non-abstract type with a public parameterless
constructor in order to use it as parameter 'TActor' in the generic type
or method 'DIActorContextAdapter.ActorOf<TActor>(string)'
This defeats the purpose of the extension.
The text was updated successfully, but these errors were encountered:
The new extension method in 1.0 to instantiate actors using DI fails to instantiate any actor that requires parameters because of the "new()" constraint on the extension.
Example:
Fails with:
This defeats the purpose of the extension.
The text was updated successfully, but these errors were encountered: