Pennington.ApiMetadata.Reflection
0.1.0-alpha.0.305
dotnet add package Pennington.ApiMetadata.Reflection --version 0.1.0-alpha.0.305
NuGet\Install-Package Pennington.ApiMetadata.Reflection -Version 0.1.0-alpha.0.305
<PackageReference Include="Pennington.ApiMetadata.Reflection" Version="0.1.0-alpha.0.305" />
<PackageVersion Include="Pennington.ApiMetadata.Reflection" Version="0.1.0-alpha.0.305" />
<PackageReference Include="Pennington.ApiMetadata.Reflection" />
paket add Pennington.ApiMetadata.Reflection --version 0.1.0-alpha.0.305
#r "nuget: Pennington.ApiMetadata.Reflection, 0.1.0-alpha.0.305"
#:package Pennington.ApiMetadata.Reflection@0.1.0-alpha.0.305
#addin nuget:?package=Pennington.ApiMetadata.Reflection&version=0.1.0-alpha.0.305&prerelease
#tool nuget:?package=Pennington.ApiMetadata.Reflection&version=0.1.0-alpha.0.305&prerelease
Pennington
A content engine for .NET that turns Markdown into static sites, documentation portals, and blogs.
Features
- Markdown processing with front matter, syntax highlighting, tabbed content, and GitHub-style alerts
- Static site generation with automatic navigation and sitemaps (RSS feeds ship with the DocSite blog folder and the BlogSite template)
- Razor component library for navigation trees, code blocks, badges, and cards
- Utility-first CSS via MonorailCSS integration
- Documentation site template with built-in layouts, search, and content areas
- Blog site template for content-driven blogs
Mental model
Pennington is an ASP.NET content engine. In development it serves your site as a normal web app; in build mode it crawls that same app in process and writes the responses as static files.
There are three entry points:
| Package | Use it when |
|---|---|
Pennington.DocSite |
You want a documentation site with sidebar navigation, search, styling, and static output wired for you. |
Pennington.BlogSite |
You want a content-driven blog as the whole site. |
Pennington |
You want the lower-level engine and will bring your own layout, routing, and styling. |
Most documentation projects should start with Pennington.DocSite. Drop down to Pennington when the template shape no longer fits.
Installation
Pennington currently targets .NET 11 and uses preview C# language features.
For the DocSite quick start:
dotnet add package Pennington.DocSite
Additional packages for specific features:
dotnet add package Pennington # Core content engine
dotnet add package Pennington.UI # Razor components
dotnet add package Pennington.MonorailCss # Utility-first CSS
dotnet add package Pennington.BlogSite # Blog site template
Quick Start
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddDocSite(() => new DocSiteOptions
{
SiteTitle = "My Docs",
Description = "Project documentation",
});
var app = builder.Build();
app.UseDocSite();
await app.RunDocSiteAsync(args);
Add Markdown files to a Content/ directory with YAML front matter:
---
title: Getting Started
order: 1
---
# Welcome
Your documentation content goes here.
Build a static site with:
dotnet run -- build
License
MIT
| Product | Versions 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. net11.0 is compatible. |
-
net10.0
- Pennington (>= 0.1.0-alpha.0.305)
- Pennington.ApiMetadata (>= 0.1.0-alpha.0.305)
- System.Reflection.MetadataLoadContext (>= 10.0.8)
-
net11.0
- Pennington (>= 0.1.0-alpha.0.305)
- Pennington.ApiMetadata (>= 0.1.0-alpha.0.305)
- System.Reflection.MetadataLoadContext (>= 10.0.8)
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.1.0-alpha.0.305 | 0 | 6/10/2026 |
| 0.1.0-alpha.0.296 | 38 | 6/9/2026 |
| 0.1.0-alpha.0.295 | 36 | 6/9/2026 |
| 0.1.0-alpha.0.294 | 47 | 6/8/2026 |
| 0.1.0-alpha.0.292 | 46 | 6/8/2026 |
| 0.1.0-alpha.0.291 | 49 | 6/7/2026 |
| 0.1.0-alpha.0.290 | 53 | 6/6/2026 |
| 0.1.0-alpha.0.289 | 52 | 6/5/2026 |
| 0.1.0-alpha.0.288 | 49 | 6/5/2026 |
| 0.1.0-alpha.0.287 | 47 | 6/5/2026 |
| 0.1.0-alpha.0.286 | 49 | 6/4/2026 |
| 0.1.0-alpha.0.285 | 50 | 6/4/2026 |
| 0.1.0-alpha.0.282 | 45 | 6/3/2026 |
| 0.1.0-alpha.0.281 | 45 | 6/3/2026 |
| 0.1.0-alpha.0.280 | 46 | 6/3/2026 |
| 0.1.0-alpha.0.279 | 40 | 6/3/2026 |
| 0.1.0-alpha.0.278 | 52 | 6/2/2026 |
| 0.1.0-alpha.0.277 | 57 | 6/2/2026 |
| 0.1.0-alpha.0.276 | 49 | 6/2/2026 |
| 0.1.0-alpha.0.275 | 52 | 6/2/2026 |