We found a runtime issue when running Orleans.Clustering.CosmosDB with latest Microsoft.Azure.Cosmos 3.17.1 due to method signature breaking change:
System.MissingMethodException:
Method not found: 'System.Linq.IOrderedQueryable`1<!!0> Microsoft.Azure.Cosmos.Container.GetItemLinqQueryable(Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)'.
at Orleans.Clustering.CosmosDB.CosmosDBGatewayListProvider.GetGateways()
This PR updates CosmosDB and Orleans packages to rebuild Orleans.Clustering.CosmosDB:
We found a runtime issue when running Orleans.Clustering.CosmosDB with latest Microsoft.Azure.Cosmos 3.17.1 due to method signature breaking change:
System.MissingMethodException: Method not found: 'System.Linq.IOrderedQueryable`1<!!0> Microsoft.Azure.Cosmos.Container.GetItemLinqQueryable(Boolean, System.String, Microsoft.Azure.Cosmos.QueryRequestOptions)'. at Orleans.Clustering.CosmosDB.CosmosDBGatewayListProvider.GetGateways()
This PR updates CosmosDB and Orleans packages to rebuild Orleans.Clustering.CosmosDB: