From d67059d8ddb9c1e246a961375a05f9e7a4f4022d Mon Sep 17 00:00:00 2001 From: Kieron Lanning Date: Thu, 17 Sep 2026 23:14:46 +0100 Subject: [PATCH] docs: reference framework as Purview.ZodSharp --- src/src/components/SiteFooter.astro | 2 +- src/src/data/projects.yml | 4 ++-- src/src/pages/about.astro | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/src/components/SiteFooter.astro b/src/src/components/SiteFooter.astro index 153cb3f..d661e88 100644 --- a/src/src/components/SiteFooter.astro +++ b/src/src/components/SiteFooter.astro @@ -43,7 +43,7 @@ import { withBase } from '~/lib/urls'; Event Sourcing -
  • ZodSharp
  • +
  • Purview.ZodSharp
  • All projects
  • diff --git a/src/src/data/projects.yml b/src/src/data/projects.yml index 9e4e70e..c93f7a8 100644 --- a/src/src/data/projects.yml +++ b/src/src/data/projects.yml @@ -73,13 +73,13 @@ projects: - id: Purview.EventSourcing.Validation.FluentValidation description: FluentValidation adapter for aggregate save-time validation. - id: Purview.EventSourcing.Validation.ZodSharp - description: ZodSharp adapter for aggregate save-time validation. + description: Purview.ZodSharp adapter for aggregate save-time validation. related: - zodsharp discussions: false - id: zodsharp - name: ZodSharp + name: Purview.ZodSharp shortDescription: Zero-allocation schema validation for C# — a Zod port. description: >- A high-performance schema validation library for C#, ported from diff --git a/src/src/pages/about.astro b/src/src/pages/about.astro index db8adf5..6833441 100644 --- a/src/src/pages/about.astro +++ b/src/src/pages/about.astro @@ -51,7 +51,7 @@ const active = projects.filter((project) => project.status !== 'archived'); {`Purview.BuildSdk`}. Libraries that benefit from compile-time validation are built with {`Purview.SourceGeneratorFramework`}, and integrations connect them — for example, event sourcing uses - ZodSharp for aggregate validation. Adopt one tool or combine several; + Purview.ZodSharp for aggregate validation. Adopt one tool or combine several; they are designed to stay composable.