-
Notifications
You must be signed in to change notification settings - Fork 24
DOCSP-42484 - Remove LINQ2 #229
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
Conversation
✅ Deploy Preview for mongodb-docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
LINQ3 is the only LINQ provider available in the {+driver-long+}. If you have | ||
manually configured your project to use LINQ2, you must change your provider to | ||
LINQ3 to use this version of the driver. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rstam IIRC LINQ provider configuration option was removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had meant this to refer to whatever custom configuration some users might have done to stick with LINQ2 after LINQ3 became the default. Is there a better way to phrase this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MongoClientSettings LinqProvider property has been removed.
If the client has code to configure the client settings to use LINQ2 it will no longer compile.
They need to remove that code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarifying!
LINQ3 is the only LINQ provider available in the {+driver-long+}. If you have | ||
manually configured your project to use LINQ2, you must change your provider to | ||
LINQ3 to use this version of the driver. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MongoClientSettings LinqProvider property has been removed.
If the client has code to configure the client settings to use LINQ2 it will no longer compile.
They need to remove that code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-42484
Staging:
Self-Review Checklist