fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.3k stars 1.58k forks source link

SpecificationBuilderExtensions allow collection filtering #919

Closed cederron closed 7 months ago

cederron commented 8 months ago

SpecificationBuilderExtensions modified to allow advanced filtering in collections. Now a filter field like "ChildrenCollection.PropertyName" will work as expected. Small typo fixes.