question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Package Microsoft.Azure.WebJobs.Extensions.CosmosDB v3.0.7 takes dependency on package with criticial issues

See original GitHub issue

The 3.0.7 version of the Microsoft.Azure.WebJobs.Extensions.CosmosDB package takes a dependency on Microsoft.Azure.DocumentDB.Core version 2.9.2 - based on the issue here there are bugs within that release that cause the same problems to occur downstream.

Repro steps

Upgrade package Microsoft.Azure.WebJobs.Extensions.CosmosDB to version 3.0.7

Expected behavior

Upstream Microsoft.Azure.DocumentDB.Core package does not contain critical bug(s)

Actual behavior

Upstream Microsoft.Azure.DocumentDB.Core package contains critical bug(s)

Known workarounds

Downgrade Microsoft.Azure.WebJobs.Extensions.CosmosDB package to 3.0.5 or modify all affected queries to explicitly specify partition key as part of the filter clause

Related information

Package version: 3.0.7 Related commit: 8f45bd7f0f59a1c29f4d15e25c96fdbfe6ec1b27

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ealsurcommented, Nov 13, 2020

3.0.8 release has been updated with the latest SDK and CFP versions, ETA should be 24-48hs

EDIT: It’s out https://www.nuget.org/packages/Microsoft.azure.webjobs.extensions.cosmosdb/3.0.8

1reaction
techfgcommented, Nov 13, 2020

@ealsur - Confirmed 3.0.8 resolves the issues related to 3.0.7 taking the dependency on Microsoft.Azure.DocumentDB.Core 2.9.2. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cosmos DB Trigger is not working after upgrading ...
Error is showed after upgrading Cosmos DB and storage in web jobs extension . We have upgraded the project to .NET 6 and...
Read more >
Azure function is not working after upgrading WebJobs. ...
When using Microsoft.Azure.WebJobs.Extensions.Tables package, you can use TableClient and refer usage samples here. It seems like you are also ...
Read more >
Transitive dependency problem with Microsoft.Azure. ...
Try installing Microsoft.Azure.WebJobs with newwer version explicitly: dotnet add package Microsoft.Azure.WebJobs --version 3.0.33.
Read more >
Microsoft.Azure.WebJobs.Extensions.CosmosDB 3.0.9
This package contains binding extensions for Azure Cosmos DB.
Read more >
Jose Luis Latorre's Blog (joslat) – .NET software engineer ...
The dependencies will be resolved and registered at the application startup and resolved through the constructor each time a concrete Azure Function is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found