Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade project dependency to MongoDB C# Driver 3.0.0 #41

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

damieng
Copy link
Contributor

@damieng damieng commented Oct 22, 2024

Upgrades the MongoDB dependency to 3.0.0.

Note that as per the driver this drops support for netstandard2.0 and replaces it with netstandard2.1, net6 and net472.

As this is a breaking change you might want to bump the major (2.0.0) or align with the C# Driver version (3.0.0).

I did notice that the tests only run for .NET 6 so don't cover the other targets. I can change this if preferable.

Fixes #40

@damieng damieng changed the title Upgrade project to MongoDB C# Driver 3.0.0 Upgrade project dependency to MongoDB C# Driver 3.0.0 Oct 22, 2024
@sfmskywalker
Copy link

Nice, looking forward to this update. Thanks @damieng !

@stefanolsenn
Copy link

@jbogard - Did you have time to look at this PR? We're quite eager for this to be merged, so we can upgrade our apps with the new driver.

@jbogard
Copy link
Owner

jbogard commented Nov 1, 2024

I'll take a look!

@jbogard jbogard merged commit 7cf4938 into jbogard:master Nov 1, 2024
2 checks passed
@damieng damieng deleted the upgrade-to-driver-3 branch November 1, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating MongoDB.Driver from 2.30 -> 3.0.0 breaks the implementation
5 participants