You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when looking in IDE problem i see
I panick, have to go look it up, watch every thing in my project, only to realize after 15 minutes just your library report, maybe one remove report, two add something like LinqGen report: to clear thing more
The text was updated successfully, but these errors were encountered:
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
NotAsea
changed the title
Missing Contains, and LQ0001 analyzer warning is confusing
LQ0001 analyzer warning is confusing
Jan 13, 2024
This issue raise 2 problems
and addContains
support, its implementation is justAny
with predicate for compare, orWhere
+FirstOrDefaule
or evenFirstOrDefault(/*predicate*/)
if Add FirstOrDefault() with a predicate (merged Where and FirstOrDefault()) #11 was implementedI panick, have to go look it up, watch every thing in my project, only to realize after 15 minutes just your library report, maybe one remove report, two add something like
LinqGen report:
to clear thing moreThe text was updated successfully, but these errors were encountered: