Actors
Closed this issue · 2 comments
fleed commented
What about Service Fabric actors? How do they play with a .NET core app?
weidazhao commented
Service Fabric SDK (including services and actors) are not available on .NET Core yet. This sample is built on ASP.NET Core that runs on .NET Framework 4.5+ (full framework).
fleed commented
I was finally able to get the examples work in a .NET core app, targeting net452.