You should consider this PR, which is very useful when you use Guid as PK instead of int or any other primitive type and you need to do a Select of this primary keys and map them in their primitive type, as you do on the I_Can_Map_Value_PrimitiveTyped_Collection and I_Can_Map_Value_SpecialStringTyped_Collection tests.
You should consider this PR, which is very useful when you use
Guid
as PK instead ofint
or any other primitive type and you need to do a Select of this primary keys and map them in their primitive type, as you do on theI_Can_Map_Value_PrimitiveTyped_Collection
andI_Can_Map_Value_SpecialStringTyped_Collection
tests.Anyway, thank you for this lib!