ClientFiltering 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package ClientFiltering --version 1.0.6
NuGet\Install-Package ClientFiltering -Version 1.0.6
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="ClientFiltering" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClientFiltering --version 1.0.6
#r "nuget: ClientFiltering, 1.0.6"
#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 ClientFiltering as a Cake Addin
#addin nuget:?package=ClientFiltering&version=1.0.6

// Install ClientFiltering as a Cake Tool
#tool nuget:?package=ClientFiltering&version=1.0.6

Significant improvements to the C# implementation for server side. Fixes the issue with nested properties which will now decode from Property.OtherProperty notation correctly.

Added LoadCriteria.FromExpressions that allows type safe filtering. See the TypeSafeLoad test for how to use it with type safe ordering as well.

This allows you to build a LoadCriteria in C# clients or elsewhere that will always be type safe.

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.
  • net6.0

    • No dependencies.

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
2.0.7 271 3/24/2023
2.0.6 199 3/24/2023
2.0.5 199 3/23/2023
2.0.4 193 3/23/2023
2.0.3 196 3/23/2023
2.0.2 191 3/23/2023
2.0.1 192 3/23/2023
1.0.15 216 3/14/2023
1.0.14 1,098 12/12/2022
1.0.13 580 10/4/2022
1.0.12 467 8/30/2022
1.0.11 373 8/25/2022
1.0.10 374 8/25/2022
1.0.9 365 8/25/2022
1.0.8 379 8/24/2022
1.0.7 381 8/18/2022
1.0.6 366 8/18/2022
1.0.5 832 9/10/2021
1.0.4 345 9/10/2021
1.0.3 339 9/10/2021
1.0.2 552 8/3/2021
1.0.1 289 8/3/2021
1.0.0 293 8/3/2021

Initial Release