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

MongoDb Provider - Switch to LINQ2 #4001

Merged
merged 1 commit into from May 11, 2023

Conversation

alkampfergit
Copy link

Added an option to allow the user to opt-in for LINQ3 provider that actually causes regressions. See #4000

@alkampfergit
Copy link
Author

@dotnet-policy-service agree

{
clientSettings.LinqProvider = MongoDB.Driver.Linq.LinqProvider.V2;
}
client = new MongoClient(clientSettings);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the client be added to the dictionary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woopsie 👍 good catch, I've missed adding to dictionary when I copied from internal project. Fixed Thanks.

Added an option to allow the user to opt-in for LINQ3 provider
that actually causes regressions. See elsa-workflows#4000
@sfmskywalker sfmskywalker merged commit 6112389 into elsa-workflows:master May 11, 2023
7 checks passed
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.

None yet

2 participants