How to reproduce this issue:
- Create Class Library Project.
- Install the Microsoft.Orleans.Templates.Grains and Microsoft.Orleans.Templates.Templates nuget packages in the class library project.
- Create an grain interface and implementation.
- Create a Test Local Silo
- Invoke method on the grain, State property is null.
How to reproduce this issue: