Skip to content

trucbinh/OrleansHelloWorldSample.Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages