This is a sample project demonstrating Orleans running on Service Fabric with a simple calculator test.
- Restore the packages. Ensure that NuGet doesn't wipe the
ClientConfiguration.xml
orOrleansConfiguration.xml
files. - Start the Azure Storage Emulator - it is currently needed for Orleans to discover other nodes.
- Debug
OrleansFabricSiloApplication
from Visual Studio. - Run
TestClient.exe get
from TestClient's output directory. - Run
TestClient.exe add 3.14
from TestClient's output directory.
Hope this helps :) Hit me up on Twitter @ReubenBond if you have questions.