Benevia.Core.API.Postgres.Generator 0.9.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package Benevia.Core.API.Postgres.Generator --version 0.9.16
                    
NuGet\Install-Package Benevia.Core.API.Postgres.Generator -Version 0.9.16
                    
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="Benevia.Core.API.Postgres.Generator" Version="0.9.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Benevia.Core.API.Postgres.Generator" Version="0.9.16" />
                    
Directory.Packages.props
<PackageReference Include="Benevia.Core.API.Postgres.Generator" />
                    
Project file
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 Benevia.Core.API.Postgres.Generator --version 0.9.16
                    
#r "nuget: Benevia.Core.API.Postgres.Generator, 0.9.16"
                    
#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 Benevia.Core.API.Postgres.Generator@0.9.16
                    
#: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=Benevia.Core.API.Postgres.Generator&version=0.9.16
                    
Install as a Cake Addin
#tool nuget:?package=Benevia.Core.API.Postgres.Generator&version=0.9.16
                    
Install as a Cake Tool

Benevia.Core.API.Postgres.Generator

Maintainers

Introduction

Source generator for PostgreSQL-specific features in Benevia Core API. Automatically generates registration code for full-text search based on [Searchable] attributes.

Features

  • SearchablePropertyRegistryGenerator: Generates GeneratedSearchablePropertyRegistrar classes that:
    • Register all properties marked with [Searchable] into the ISearchablePropertyRegistry.
    • Include metadata such as Rank, Language, and navigation paths.
    • Enable runtime dynamic full-text search query construction without requiring stored tsvector columns or database migrations.

Usage

Add [Searchable(rank)] to entity properties. The generator will create the registry code used by DynamicSearchExpressionBuilder to construct EF Core LINQ expressions at runtime.

There are no supported framework assets in this 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.9.18-ci.188 0 6/12/2026
0.9.18-ci.187 63 6/10/2026
0.9.18-ci.186 43 6/10/2026
0.9.18-ci.185 42 6/10/2026
0.9.18-ci.184 41 6/10/2026
0.9.18-ci.183 64 6/10/2026
0.9.18-ci.182 37 6/10/2026
0.9.18-ci.181 35 6/10/2026
0.9.18-ci.180 47 6/10/2026
0.9.18-ci.179 45 6/10/2026
0.9.18-ci.178 36 6/9/2026
0.9.18-ci.177 44 6/9/2026
0.9.18-ci.176 39 6/9/2026
0.9.18-ci.175 43 6/9/2026
0.9.18-ci.174 63 6/8/2026
0.9.18-ci.173 100 6/5/2026
0.9.18-ci.172 48 6/5/2026
0.9.18-ci.171 67 6/4/2026
0.9.17 161 6/1/2026
0.9.16 240 4/28/2026
Loading failed