autofac / Autofac.ServiceFabric

Autofac integration for Azure Service Fabric. Provides service factory implementations for Actors, Stateful Services and Stateless Services.
MIT License
26 stars 27 forks source link

Is there support for polymorphic actors or Generic Services #14

Closed vikramadhav closed 7 years ago

vikramadhav commented 7 years ago

Is there support for polymorphic actors or Generic Services,

alexmg commented 7 years ago

You can use the polymorphic actors as described in the official document.

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-polymorphism

Unfortunately, generic interfaces are not yet supported in Service Fabric services.

https://github.com/Azure/service-fabric-services-and-actors-dotnet/issues/21