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
Trying use new orleans-redis clustring Microsoft.Orleans.Clustering.Redis 7.1.0-beta1 got this error:
Unable to resolve service for type 'Orleans.Clustering.Redis.RedisClusteringOptions' while attempting to activate 'Orleans.Clustering.Redis.RedisClusteringOptionsValidator'
I think RedisClusteringOptionsValidator should use IOptions<RedisClusteringOptions> in its constructor
The text was updated successfully, but these errors were encountered:
Trying use new orleans-redis clustring
Microsoft.Orleans.Clustering.Redis 7.1.0-beta1
got this error:I think
RedisClusteringOptionsValidator
should useIOptions<RedisClusteringOptions>
in its constructorThe text was updated successfully, but these errors were encountered: