TMD.Algo 0.0.2.0 finally escaped.
You can get it here.
There is a bunch of new stuff, however not all of it has been tested yet, so as usual use with caution.
The graph class is especially ultra-alpha right now.
One final note, this is a source code and binary release, but it won’t actually compile out of the box.
If you want to make it compile there are several things to do.
- Create a private key to sign your custom builds (or remove the key signing).
- Update the InternalsVisibleTo on TMD.Algo so the test cases can see the ugly internal methods.
- Install NUnit 2.4.8 (or maybe a more recent version will work).
- Install FxCop 1.36 into the default location (or modify the post build step for TMD.Algo).
Hopefully that should cover it, I haven’t actually tried the steps myself.