We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c494 commit ebabbdcCopy full SHA for ebabbdc
source/upgrade/v2.txt
@@ -135,6 +135,11 @@ Version 2.19.0 Breaking Changes
135
clientSettings.LinqProvider = LinqProvider.V2;
136
var client = new MongoClient(clientSettings);
137
138
+ If your application uses the LINQ3 provider, you can't use ``-1`` to represent the
139
+ :manual:`positional operator </reference/operator/update/positional/#mongodb-update-up.->`
140
+ when updating an array. To learn how to use the positional operator, see
141
+ :ref:`<csharp-update-one-arrays>` and :ref:`<csharp-update-many-arrays>`.
142
+
143
Version 2.14.0 Breaking Changes
144
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145
0 commit comments