Steps to reproduce the bug (using NPerf.Fixture.IList):
- Launch NPerfRunner WPF application.
- Load C5.dll (nothing yet at the tree panel).
- Load NPerf.Fixture.IList.dll (it loads 1 type from it and 6 types from C5). Still OK.
- Load mscorlib.dll (it loads 4 types from it and duplicates the previously loaded types).
Everything works well, but it must not duplicate already loaded types.