MoaidHathot / Dumpify

Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.
MIT License
959 stars 40 forks source link

Uses Enumerator to loop over elements instead of IEnumerable #13

Closed Hejle closed 1 year ago

Hejle commented 1 year ago

Moves over elements in the DictionaryTypeRenderer ShouldHandle usin the Enumerator instead of casting to IEnumerable solving #12

Tests for the change has been added, and all tests run.