Linq.Query.Filters 0.2.0

Suggested Alternatives

Linq.Query.Filters 0.3.1

Additional Details

Fixed licensing, namespaces, etc in 0.3.1

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

// Install Linq.Query.Filters as a Cake Tool
#tool nuget:?package=Linq.Query.Filters&version=0.2.0

LinqQuerySpecification Project

This is the root folder containing all the code for the LinqQuerySpecification project. All instructions found in this file pertain to commands to be run from this directory.

Setup Pre-requisites

  1. Install the following:
  1. Run the following commands to install the prerequisites:
dotnet tool install -g dotnet-ef --version 3.1.12
dotnet tool install -g dotnet-format

Example usage

Help Needed for this section This area of the library can use some help. In the meantime, I have created an example project ./example-api/api/exampleApi.csproj which can give an idea of how to use this package in the Query Specification pattern.

Running the tests

To run all the unit tests, run this command: ./test-dotnet.sh

This will run all the tests and publish the test coverage reports to the following directory: TestResults/Coverage/Reports/index.htm

Formatting the code

To format the dotnet code, run the following command: ./format-dotnet.sh

Building the code

To build the solution, run the following command: ./build-dotnet.sh

Publish nuget package

Compiling the source will create the nuget package. After this, to publish make sure you have the api-key from nuget.org, then run cd linq-query-specification/api/bin/Debug/ && dotnet nuget push Linq.Query.Filters.0.1.0.nupkg -k <api-key> -s https://api.nuget.org/v3/index.json

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
0.3.1 407 2/11/2021
0.3.0 384 2/11/2021
0.2.0 380 2/10/2021
0.1.0 378 2/10/2021