Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 671 Bytes

OrleansHelloWorldSample.Core

Orleans HelloWorld sample targeting .NET Core

Just build the nuget packages for Orleans 2.0 by getting the latest from master and then from the commandline run:

  1. Build.cmd netstandard
  • This will create NuGet packages in the following folder: <orleansroot>/vNext/Binaries/Debug
  1. Then open the sample, and add a NuGet feed pointing to the nuget package output folder.
  2. Restore the packages in the solution.
  3. Build
  • NOTE: sometimes building more than once is needed if orleans.codegen.cs files int the grain and interfaces project do not get populated.
  1. Run the SiloHost console app and then then the OrleansClient one.