Hacker News new | ask | show | jobs
by platz 3979 days ago
It hasn't gotten a lot of attention because Orleans forces you down implementing odd boilerplate and static interfaces which feels very un-actor like.
1 comments

What boilerplate is that? Grain state interfaces are better now, and the Roslyn-based runtime code generator (https://github.com/dotnet/orleans/pull/528) is so close to being merged (so you don't have to include anything in your .csproj, even though that's automatic with the NuGet packages).

Whatever it is, maybe we can fix it?