v2.1.28
- Vezel.Novadrop.Formats
- Fixed
DataCenterExtensions.SiblingsAndSelf()
returning an empty enumerable for the root node. - Optimized
DataCenterExtensions.DescendantsAt()
to avoid an enumerator allocation on every node.
- Fixed
DataCenterExtensions.SiblingsAndSelf()
returning an empty enumerable for the root node.DataCenterExtensions.DescendantsAt()
to avoid an enumerator allocation on every node.