# TylerBrinkley/Enums.NET

Enums.NET is a high-performance type-safe .NET enum utility library

Repository: https://github.com/TylerBrinkley/Enums.NET
Canonical: https://ross.abutalabs.com/products/enumsnet
Language: C#
License: MIT
License Family: permissive
Topics: enum, csharp, dotnet, dotnet-core
Last push: 2025-10-05T15:05:28+00:00

## Health v2 (maintenance only)
Score: 43/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 45, release rhythm 8, longevity 100
- inputs: {"age_days": 4023, "days_push": 332, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1832, forks 104 (observed 2026-08-28T04:05:42.278182+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: developer-tools
- domain: developer-tools
- platform: dotnet
- tags: enum, csharp, type-safe, extension-methods, flags-enum

## Member repositories
- TylerBrinkley/Enums.NET (main) score 43

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:42.278182+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:18:41.311093+00:00, confidence not recorded.
  - readme: https://github.com/TylerBrinkley/Enums.NET (fetched 2026-08-28T04:05:42.278182+00:00, sha 061912db488a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
