Open NotAsea opened 9 months ago
after playing arround, i realize since Contains
require Type must be IEquatable
but IEquatable
require one type must be struct
or two it must be boxed, which defeat purpose of LinqGen, so after some thought , i will remove Contains
support request as let user mannually handle, but i still upvote #11 and analyzer warning issue
This issue raise 2 problems
and addContains
support, its implementation is justAny
with predicate for compare, orWhere
+FirstOrDefaule
or evenFirstOrDefault(/*predicate*/)
if #11 was implementedLinqGen report:
to clear thing more