Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Fix runtime issue with latest CosmosDB package #50

Merged
merged 2 commits into from
Jun 16, 2021

Conversation

lilinvictorms
Copy link
Contributor

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:

  • Microsoft.Azure.Cosmos => 3.17.1
  • Microsoft.Orleans.OrleansRuntime => 3.4.2

@lilinvictorms lilinvictorms changed the title Fix runtime issue with latest Cosmos package Fix runtime issue with latest CosmosDB package Jun 11, 2021
@ReubenBond ReubenBond merged commit b75c91c into OrleansContrib:master Jun 16, 2021
ReubenBond pushed a commit that referenced this pull request Jun 16, 2021
* Fix runtime issue with latest Cosmos package

* Fix build break due to mismatched version for System.Threading.Tasks.Extensions
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants