Native C# CEL Implementation
Celly is a new native C# implementation of Google's Common Expression Language (CEL) designed for the .NET ecosystem. It offers full conformance with the official CEL specification and is optimized for performance without requiring native bindings.
dotnet add package Celly --version 1.1.0 Copy NuGet\Install-Package Celly -Version 1.1.0 Copy 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="Celly" Version="1.1.0" /> Copy For projects that support PackageReference , copy this XML node into the project file to reference the package. <PackageVersion Include="Celly" Version="1.1.0" /> Directory.Packages.props Copy <PackageReference Include="Celly" /> Project file Copy For projects that support Central Package Management (CPM) , copy this XML node into the solution Directory.Packages.props file to version the package. paket add Celly --version 1.1.0 Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. #r "nuget: Celly, 1.1.0" Copy #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. #:package Celly@1.1.0 Copy #:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package. #addin nuget:?package=Celly&version=1.1.0 Install as a Cake Addin Copy #tool nuget:?package=Celly&version=1.1.0 Install as a Cake Tool Copy The NuGet Team does not provide support for this client. Please contact its maintainers for support. README Frameworks Dependencies Used By Versions Celly A native C#/.NET implementation of Google's Common Expression Language (CEL) .
Get the full story
Sign up for Headlinne to unlock AI insights, political bias analysis, and your personalized news feed.
Create free accountAlready have an account? Sign in