The field RollbackPredictionOnStructuralChanges
has conflicting documentation between its tooltip and its C# summary regarding what the default value is.
E.g. the C# code comment summary states:
/// By default this options is set to true, to preserve the original 1.0 behavior.
While the Tooltip
states:
"By default this options is set to false, to preserve the original 1.0 behavior."
At least everyone agrees to preserve the original 1.0 behaviour!
We are assuming that the correct docs is the first one, since the code is defaulting the field value to true
.
On a minor note there are also a couple of typos in the docs, including options
(should be option
).