axuno/SmartFormat
A lightweight text templating library written in C# which can be a drop-in replacement for string.Format observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 63.0
- age_days: 5806
- days_rel: 354
- days_push: 32
- n_releases_24m: 5
Adoption not part of the score
1255 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SmartFormat is a lightweight C# text templating library that serves as a drop-in replacement for string.Format. It supports named placeholders, lists, localization, pluralization, and extensible custom formatting at runtime.
Use cases
- replace string.Format with named placeholders
- format strings with pluralization rules
- localize templated text messages
- format lists of data into strings
- build high-performance string composition in .NET
- extend string formatting with custom formatters
When to choose
- you need more powerful string formatting than string.Format offers
- you want pluralization and localization in templates
- you need low-memory, high-performance runtime formatting
- you want a drop-in string.Format replacement in .NET
When to avoid
- you need full HTML/view templating like Razor
- your project is not on .NET Framework 4.6.2+ or .NET 6/8
- you only need simple string interpolation already available in C#
Facets
library · maturity stable
templating internationalization serialization developer-tools web-development dotnet cross-platform string-format pluralization drop-in-replacement csharp nuget localization
1 source
- readme: https://github.com/axuno/SmartFormat · fetched 2026-08-28 · d67fc301da5e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| axuno/SmartFormat | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="axuno/SmartFormat")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem