OrleansContrib / Orleans.CosmosDB

Orleans providers for Azure Cosmos DB
MIT License
40 stars 30 forks source link

Fix runtime issue with latest CosmosDB package #50

Closed lilinvictorms closed 3 years ago

lilinvictorms commented 3 years ago

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: