Ross ROSS = Recommend OSS · open-source software intelligence for agents

TylerBrinkley/Enums.NET

Enums.NET is a high-performance type-safe .NET enum utility library observed · 2026-08-28

github.com/TylerBrinkley/Enums.NET · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

43/100

  • Activity 45
  • Release rhythm 8
  • Longevity 100
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: n/a
  • age_days: 4023
  • days_rel: n/a
  • days_push: 332
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1832 stars · 104 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Enums.NET is a high-performance, type-safe .NET enum utility library offering many enum operations as convenient extension methods. It improves on System.Enum with cached reflection, robust flag enum support, and easy attribute-based member metadata retrieval.

Use cases

  • work with enums type-safely in C#
  • get all members and values of an enum
  • check if a flags enum has all or any of specified flags
  • retrieve Description or Display attributes from enum members
  • parse and format enum values efficiently
  • validate enum values

When to choose

  • you need faster, cached alternatives to System.Enum reflection calls
  • you work heavily with flag enums and need clear all/any semantics
  • you want to associate metadata attributes with enum members easily

When to avoid

  • you only need basic enum operations already covered by System.Enum
  • your project targets .NET Framework below 4.6.1 or .NET Standard 1.x

Facets

library · maturity active

developer-tools developer-tools dotnet enum csharp type-safe extension-methods flags-enum

1 source

Member repositories

RepositoryRoleHealth v2
TylerBrinkley/Enums.NETmain43

For agents

markdown · JSON · MCP: product_card(name="TylerBrinkley/Enums.NET")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem