cathei / LinqGen

Alloc-free and fast replacement for Linq, with code generation
MIT License
287 stars 12 forks source link

LQ0001 analyzer warning is confusing #17

Open NotAsea opened 9 months ago

NotAsea commented 9 months ago

This issue raise 2 problems

NotAsea commented 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