Closed DevM900 closed 4 months ago
I'm wondering whether instead of introducing new property making Statistics
nullable would do the same job...
My initial intention was not to change any existing property.
But I think making the Statistics
property nullable is also fine.
When I think about the users of the class, however, I can't judge which is the better solution.
If you prefer nullable, I'd change that.
Yeah, I would go with nullable. Unless it blows in some unexpected way, it seems better to me.
Done.
By setting the new property
FbBackup.IncludeStatistics
tofalse
fixes #1180. To ensure backward compatibility, the default value of theFbBackup.IncludeStatistics
property istrue
.