Skip to content

Harden property discovery, headings, cell access, and enum humanizing#243

Merged
SimonCropp merged 1 commit into
mainfrom
Harden-property-discovery,-headings,-cell-access,-and-enum-humanizing
Jun 26, 2026
Merged

Harden property discovery, headings, cell access, and enum humanizing#243
SimonCropp merged 1 commit into
mainfrom
Harden-property-discovery,-headings,-cell-access,-and-enum-humanizing

Conversation

@SimonCropp

Copy link
Copy Markdown
Member
  • CamelCase.Split: keep acronyms intact (OrderID -> "Order ID", not "Order I D")
  • SheetContext.GetCell: return the existing cell for a coordinate instead of appending a duplicate reference Excel would reject
  • Properties: build lazily so failures surface directly instead of as a cached TypeInitializationException
  • EnumExtensions: non-boxing typed Humanize on the per-cell render path

- CamelCase.Split: keep acronyms intact (OrderID -> "Order ID", not "Order I D")
- SheetContext.GetCell: return the existing cell for a coordinate instead of
  appending a duplicate reference Excel would reject
- Properties<T>: build lazily so failures surface directly instead of as a
  cached TypeInitializationException
- EnumExtensions: non-boxing typed Humanize<TEnum> on the per-cell render path
@SimonCropp SimonCropp added this to the 5.0.4 milestone Jun 26, 2026
@SimonCropp SimonCropp merged commit c7dddee into main Jun 26, 2026
4 of 5 checks passed
@SimonCropp SimonCropp deleted the Harden-property-discovery,-headings,-cell-access,-and-enum-humanizing branch June 26, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant