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
If I'm correct, the recommended practice from Orleans is to use the constructor approach however the generic base type approach is just convenient and while we wait for primary constructors to be implemented in C#, I think we should consider adding support for this.
The text was updated successfully, but these errors were encountered:
Just got a chance to use this: #360
The grain state feature works fine when my grain is shaped as:
and
But not when:
If I'm correct, the recommended practice from Orleans is to use the constructor approach however the generic base type approach is just convenient and while we wait for primary constructors to be implemented in C#, I think we should consider adding support for this.
The text was updated successfully, but these errors were encountered: