Skip to content

"Developing a Grain" doc #4785

Description

@brandonh-msft
  1. 2.0 (.Net Standard based, right?) doc says to create a class project targeting .Net 4.6.1 - this is confusing
  2. It says to install the nuget pkg Microsoft.Orleans.OrleansCodeGenerator.Build in to the class library, but merely doing this does not resolve the sample code properly (ie: IGrainWithGuidKey, IGameGrain, etc)
PlayerGrain.cs(10,37,10,54): error CS0246: The type or namespace name 'IGrainWithGuidKey' could not be found (are you missing a using directive or an assembly reference?)
PlayerGrain.cs(18,32,18,37): error CS0246: The type or namespace name 'Grain' could not be found (are you missing a using directive or an assembly reference?)
PlayerGrain.cs(12,14,12,24): error CS0246: The type or namespace name 'IGameGrain' could not be found (are you missing a using directive or an assembly reference?)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions