In this release - we are introducing performance improvements, and as well, introducing a superior design that removes dependence on attributes, introducing the IndexSpecification, which is allows for specification of indexes as a separate concern altogether from the target class, doing so in a manner that allows for automatic refactoring to work (i.e. no magic strings with properties).
This is intended to be the second to last beta release. We will have one more release that introduces a smarter where evaluator prior to full 1.0.
Source code is available via TFS - this setup file runs the binary.
NOTE: Breaking changes are introduced - AddIndex, RemoveIndex are no longer supported, and the
Indexable attribute has been depreciated in favor of using IndexSpecification. Please see (blog post - to be inserted) for instructions on how to migrate to the new specification scheme.