Umbraco.Community.AI.PropertyValidation 0.2.0

dotnet add package Umbraco.Community.AI.PropertyValidation --version 0.2.0
                    
NuGet\Install-Package Umbraco.Community.AI.PropertyValidation -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="Umbraco.Community.AI.PropertyValidation" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.AI.PropertyValidation" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.AI.PropertyValidation" />
                    
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 Umbraco.Community.AI.PropertyValidation --version 0.2.0
                    
#r "nuget: Umbraco.Community.AI.PropertyValidation, 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.
#:package Umbraco.Community.AI.PropertyValidation@0.2.0
                    
#: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=Umbraco.Community.AI.PropertyValidation&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.AI.PropertyValidation&version=0.2.0
                    
Install as a Cake Tool

AI Property Validation

Downloads NuGet GitHub license

An Umbraco.AI add-on that validates content properties using AI when editors save or publish. Define rules in the backoffice with natural-language instructions, and the AI will block or warn when content doesn't meet your standards.

Quick Start

dotnet add package Umbraco.Community.AI.PropertyValidation

Requires Umbraco CMS 17.1+ and Umbraco.AI with at least one configured AI provider and profile.

After installation, navigate to the AI section in the backoffice, expand Add-ons, and click Property Validation to start creating rules.

Highlights

  • Backoffice UI that matches Umbraco.AI conventions — AI profile picker, content type and property alias autocomplete, markdown instructions editor
  • Guardrails — attach Umbraco.AI guardrails to constrain AI behaviour during validation
  • Save and/or Publish triggers with Warning or Error severity per rule
  • Version history — every save is tracked with who changed what and when
  • Graceful degradation — AI failures never block content editing
  • Parallel execution — multiple rules validate concurrently

Example

Create a rule targeting the pageTitle property on blogPost content types with these instructions:

Check that this title is SEO-friendly: between 30-60 characters, descriptive, and avoids clickbait language.

When an editor saves a blog post, the AI evaluates the title and either allows it or returns actionable feedback explaining why it failed.

Documentation

Full documentation, development setup, and API reference available on GitHub.

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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.2.0 86 3/20/2026
0.1.0 82 3/19/2026
0.0.1 78 3/19/2026