File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ strongly typed collections of objects by using language keywords and operators.
28
28
The {+driver-short+} automatically translates LINQ queries into
29
29
:manual:`aggregation operations </aggregation>`.
30
30
31
+ .. important::
32
+
33
+ LINQ3 is the only LINQ provider available in the {+driver-long+}. If you have
34
+ manually configured your project to use LINQ2, you must change your provider to
35
+ LINQ3 to use this version of the driver.
36
+
31
37
The examples in this guide use the ``restaurants`` collection
32
38
in the ``sample_restaurants`` database provided in the :atlas:`Atlas sample datasets </sample-data>`.
33
39
To learn how to create a free MongoDB Atlas cluster and load the sample datasets,
Original file line number Diff line number Diff line change @@ -66,11 +66,6 @@ Version 3.0 Potential Breaking Change
66
66
configuring authentication in the {+driver-short+}, see
67
67
:ref:`Authentication Mechanisms. <csharp-authentication-mechanisms>`
68
68
69
- .. _csharp-breaking-changes-3.0:
70
-
71
- Version 3.0 Potential Breaking Change
72
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73
-
74
69
- The LINQ2 provider has been removed from this version of the driver.
75
70
You must use LINQ3 for all LINQ queries.
76
71
You can’t perform that action at this time.
0 commit comments