beakona / AutoInterface

C# interface-to-member source generator
MIT License
73 stars 9 forks source link

Derived interfaces #5

Closed Dblm0 closed 2 years ago

beakona commented 2 years ago

Code in which I use AutoInterface don't have derived interfaces so I wasn't aware of that bug with repeated method calls on same member. This is the huge bug and I'll fix this as soon as I have time...

your solution is right! List references = group.DistinctBy(x => x.Member).ToList();