Fully Tested Features
- BatchQueue: A thread-safe queue that allows items to be dequeued in batches. If the minium batch size is not available, the dequeue operation returns nothing.
- EnumIsDefined: An extension method that tells you if a given enum is well defined.
Warning: Fully tested only truly applies to .NET 4.0 assemblies. I am currently using VS 2010 and the code coverage analysis seems to be having some problems with solutions that contain multiple test projects. Still, I would be really surprised if something works in 4.0 but not in 2.0.
Untested Features
No new functionality, but a lot of bug fixes.