Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Latest commit

 

History

History

GranDen.Orleans.NetCoreGenericHost.CommonLib

Extension method for easier creating Orleans Silo running on .NET Core Generic Host, default using Orleans.Providers.MongoDB to provide clustering and grain storage.

To use default implmentation, use OrleansSiloBuilderExtension.CreateHostBuilder() method.

See example projects for usage.