Skip to content

v1.1.0

Choose a tag to compare

@linkdotnet linkdotnet released this 06 Apr 10:29
9619b3f

Added

  • TryCreate(string? key, out {TypeName}? value) factory method returning bool with [NotNullWhen(true)] on the out parameter for null-safe pattern matching.
  • Casing enum (PascalCase | Preserve) accepted as an optional first argument to [Enumeration] to control how static member names are derived from the string values.