Skip to content

0.9.0

Compare
Choose a tag to compare
@force-net force-net released this 08 Feb 21:21
· 35 commits to develop since this release

We want to publish only some fixes improvements with array (fix for reference count in array types, support for multi-dimensional array and non zero-based arrays).

But we also have finished work with another implementation of cloning code. New code is based on expressions (first variant is based on msil). This implemenation can work not in full trust environment, but it is slightly slower than msil variant. So, library will try to use faster msil variant and if it fails, library will switch to safer variant.