You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException: No service for type 'Orleans.Runtime.IKeyedServiceCollection`2[System.Type,Orleans.Runtime.Placement.IPlacementDirector]' has been registered.
The text was updated successfully, but these errors were encountered:
Hi @dmitrig89, thank you for reporting this!
I've found the root cause and fixed it in Stashbox v5.8.1. I've also published a new Stashbox.Extensions.Hosting package with the version v4.6.1.
Let me know if you have further issues!
When adding StashBox to a project using Microsoft Orleans, the host is unable to resolve the following type:
The following versions were used to when encountering this issue:
The simplest reproduction of this issue can be seen in the following example:
This code runs fine and starts up an instance of an Orleans Silo on a localhost.
When adding stashbox, the as seen below, the following error is produced:
The text was updated successfully, but these errors were encountered: