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

MissingMethodException #53

Open
JordanMarr opened this issue Jun 11, 2019 · 1 comment
Open

MissingMethodException #53

JordanMarr opened this issue Jun 11, 2019 · 1 comment

Comments

@JordanMarr
Copy link

Hi,
I am trying to use the BulkExecutor with Microsoft.Azure.DocumentDB.Core, but I am getting the MissingMethodException. I am using the latest preview, and I downgraded DocumentDB.Core according to the posts on this board. However, I still am unable to use it.

It seems that this feature is simply not available for anyone using .net core at this point due to this error.

Is this on the agenda to be fixed? Should I be looking at something else instead, like "azure-cosmos-dotnet-v3"? I don't want to be developing on a dead end platform.

Without the BulkExecutor, what are my options for bulk inserts and bulk deletes?
I see some posts on stackoverflow about stored procs, but then I see people saying that they don't work with partitioned collections (which, as I understand it, all of them are now). So the only option left is to either fire 1000s of individual requests, or completely restructure my objects.

Please advise.

@ThatBlokeCalledJay
Copy link

You can see in your solution explorer that BulkExecutor requires DocumentDB.Core 2.1.3. It's highly likely that you have the latest version installed, perhaps 2.5.1. If you want to have a play, you'll need to role your DocumentDB.Core package back to 2.1.3.

That being said, there seems to be absolutely no response on these issues, and no recent updates etc. Sad times.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants