Open jpierson opened 8 years ago
Manually adding the following package reference to packages.config for the Lighthouse project appears to resolve these errors.
<package id="Akka.Cluster.Sharding" version="1.1.1.28-beta" targetFramework="net452" />
<package id="Akka.Persistence" version="1.1.1.28-beta" targetFramework="net452" />
It was unexpected to me that Lighthouse required a reference to Akka.Cluster.Sharding even though it is supposed to only be acting as a seed for the cluster.
Running the example app from master https://github.com/jpierson/x-akka-sharding/commit/c63b66c7accd471de5f9f0e4186b6220779d39fe I'm seeing the following errors.
x-akka-sharding
Lighthouse