Remotion.Linq 2.2.0

re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations

Install-Package Remotion.Linq -Version 2.2.0
dotnet add package Remotion.Linq --version 2.2.0
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remotion.Linq --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Remotion.Linq, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Remotion.Linq as a Cake Addin
#addin nuget:?package=Remotion.Linq&version=2.2.0

// Install Remotion.Linq as a Cake Tool
#tool nuget:?package=Remotion.Linq&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Remotion.Linq:

Package Downloads
Microsoft.EntityFrameworkCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
EntityFramework.Core
Entity Framework is Microsoft's recommended data access technology for new applications.

Version History

Version Downloads Last updated
2.2.0 0 06.02.2022
2.1.1 0 06.02.2022
2.0.0-beta-002 0 06.02.2022