Linq.Extension 3.2.0

dotnet add package Linq.Extension --version 3.2.0
NuGet\Install-Package Linq.Extension -Version 3.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Linq.Extension" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Linq.Extension --version 3.2.0
#r "nuget: Linq.Extension, 3.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Linq.Extension as a Cake Addin
#addin nuget:?package=Linq.Extension&version=3.2.0

// Install Linq.Extension as a Cake Tool
#tool nuget:?package=Linq.Extension&version=3.2.0

Updated Dynamic Where Predicate. Now generated sql will not have case statements in where condition.

*************** ----------- ***************

Added Child Groups in FilterGroupInput this will allow to create nested 'Parenthesis' () in generated SQL queries. ChildGroups is type of List of FilterGroupInput so it'll generated 'Parenthesis' () with in 'Parenthesis' () recursively. Excluded the proprties which doesn't exists in the resultset in SortBy extension method. Also, in case of exception return the source. Fix the sort on nullable fields. Added dynamic Group By with list of strings as names of the fields Group By on. Major change. Added Filter Groups. This allow to create SQL queries with 'Parenthesis' () and separate And/Or groups with () in SQL.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0 238 7/12/2023
3.1.0 124 6/27/2023
3.0.2 139 6/24/2023
3.0.1 134 6/10/2023
3.0.0 220 3/5/2023
2.0.1.2 295 2/26/2023
2.0.1.1 308 2/23/2023
2.0.1 247 2/23/2023
2.0.0.1 276 1/19/2023
2.0.0 266 1/19/2023
1.0.0.9 305 11/27/2022
1.0.0.8 298 11/27/2022
1.0.0.7 478 10/4/2020
1.0.0.5 721 7/30/2020
1.0.0.4 428 7/29/2020
1.0.0.3 469 7/29/2020
1.0.0.2 432 7/28/2020
1.0.0.1 421 7/28/2020
1.0.0 468 7/27/2020

Updated Dynamic Where Predicate. Now generated sql will not have case statements in where condition.

*************** ----------- ***************
Added Child Groups in FilterGroupInput this will allow to create nested 'Parenthesis' () in generated SQL queries. ChildGroups is type of List of FilterGroupInput so it'll generated 'Parenthesis' () with in 'Parenthesis' ()  recursively.
Excluded the proprties which doesn't exists in the resultset in SortBy extension method. Also, in case of exception return the source.
Fix the sort on nullable fields.
Added dynamic Group By with list of strings as names of the fields Group By on.
Major change.  
Added Filter Groups. This allow to create SQL queries with 'Parenthesis' () and separate And/Or groups with () in SQL.