We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f66a6b commit 639afbfCopy full SHA for 639afbf
source/upgrade.txt
@@ -76,6 +76,11 @@ Version 3.0 Potential Breaking Change
76
- The LINQ2 provider has been removed from this version of the driver.
77
You must use LINQ3 for all LINQ queries.
78
79
+- Exception classes and their related types no longer contain the ``[Serializable]``
80
+ attribute, and therefore no longer support the Microsoft legacy serialization API. To
81
+ learn how to use the {+driver-short+} to serialize objects, see the
82
+ :ref:`csharp-serialization` guide.
83
+
84
- TLS 1.0 and 1.1 are no longer supported. You must use TLS 1.2 or higher. To learn
85
more about configuring TLS/SSL in the {+driver-short+}, see :ref:`<csharp-tls>`.
86
0 commit comments