enisn / AutoFilterer

AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
458 stars 37 forks source link

Fix duplicated generated code in Generators #44

Closed enisn closed 2 years ago

enisn commented 2 years ago

if the class has more than one attribute, source generator tries to generate filter for each attribute and doesn't matter which attribute it is. This PR solves that issue.