• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dennisdoomen / reflectify / 31406587842
98%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 04:06PM UTC
Jobs 1
Files 9
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Aug 2026 03:59PM UTC coverage: 97.938% (+0.1%) from 97.826%
31406587842

push

github

web-flow
Add GetFriendlyName and GetFullFriendlyName extension methods on Type (#171)

Renders a type the way a C# developer would write it, instead of the
raw CLR name:
- Common CLR primitives map to their C# keyword alias (int, string, etc.)
- Nullable value types render with a trailing '?'
- Arrays respect their rank (int[], int[,])
- Nested types use '.' instead of the CLR '+'
- Open generic type definitions use the generic parameter's own name
  (List<T> instead of List<>)
- GetFullFriendlyName includes the namespace-qualified name, recursively
  applied to generic type arguments
- Types without a friendly name (tuples, anonymous types) fall back to
  a structural rendering, e.g. (int, string) and { Name, Age }

Closes #161

Co-authored-by: Dennis Doomen <dennis.doomen@greenchoice.nl>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

321 of 336 branches covered (95.54%)

Branch coverage included in aggregate %.

72 of 72 new or added lines in 1 file covered. (100.0%)

629 of 634 relevant lines covered (99.21%)

3470054.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31406587842.1 10 Aug 2026 04:06PM UTC 9
97.94
GitHub Action Run
Source Files on build 31406587842
  • Tree
  • List 9
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31406587842
  • 479309e5 on github
  • Prev Build on main (#31405432405)
  • Next Build on main (#31407645975)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc