@@ -97,16 +97,15 @@ Version 3.0 Breaking Changes
9797 To configure logging in your application, see the :ref:`csharp-logging` guide.
9898
9999- The LINQ2 provider has been removed from this version of the driver.
100- You must use LINQ3 for all LINQ queries. This change has the following effect on the
101- driver:
102-
103- - Queries that use client-side projections will throw an ``ExpressionNotSupportedException``
104- by default with v3.0. To enable client-side projections, set the
105- ``EnableClientSideProjections`` property of a ``TranslationOptions`` object to
106- ``true``. You can pass this ``TranslationOptions`` object to an
107- ``AggregateOptions`` or ``FindOptions`` object to enable client-side projections
108- for a single query, or to a ``MongoClientSettings`` object to enable client-side projections
109- for all queries in an application.
100+ You must use LINQ3 for all LINQ queries.
101+
102+ Queries that use client-side projections will throw an ``ExpressionNotSupportedException``
103+ error by default. To enable client-side projections, set the
104+ ``EnableClientSideProjections`` property of a ``TranslationOptions`` object to
105+ ``true``. You can pass this ``TranslationOptions`` object to an
106+ ``AggregateOptions`` or ``FindOptions`` object to enable client-side projections
107+ for a single query, or to a ``MongoClientSettings`` object to enable client-side projections
108+ for all queries in an application.
110109
111110- Previous versions of the {+driver-short+} supported two GUID representation modes.
112111 In version 3.0, ``GuidRepresentationMode.V3`` is the only supported mode. This change
0 commit comments