Skip to content

Commit 9e3942b

Browse files
committed
wip
1 parent 2fde54f commit 9e3942b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

source/fundamentals/linq.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ strongly typed collections of objects by using language keywords and operators.
2828
The {+driver-short+} automatically translates LINQ queries into
2929
:manual:`aggregation operations </aggregation>`.
3030

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+
3137
The examples in this guide use the ``restaurants`` collection
3238
in the ``sample_restaurants`` database provided in the :atlas:`Atlas sample datasets </sample-data>`.
3339
To learn how to create a free MongoDB Atlas cluster and load the sample datasets,

source/upgrade.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ Version 3.0 Potential Breaking Change
6666
configuring authentication in the {+driver-short+}, see
6767
:ref:`Authentication Mechanisms. <csharp-authentication-mechanisms>`
6868

69-
.. _csharp-breaking-changes-3.0:
70-
71-
Version 3.0 Potential Breaking Change
72-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73-
7469
- The LINQ2 provider has been removed from this version of the driver.
7570
You must use LINQ3 for all LINQ queries.
7671

0 commit comments

Comments
 (0)