Namotion.Reflection icon indicating copy to clipboard operation
Namotion.Reflection copied to clipboard

EnumerableItemType regression in v2?

Open n9 opened this issue 3 years ago • 0 comments

typeof(IReadOnlyList<int>).ToContextualType().EnumerableItemType

Returns Int32 in version 1.0.23.

But in the current version 2.0.10 it returns null. (It also returns null in 2.0.0.)

n9 avatar Mar 09 '22 14:03 n9