question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Default display name splitting should handle properties containing periods

See original GitHub issue

RuleFor(x => x.Address.Line1) generates a display name of “Address. Line1” instead of “Address Line1”.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JeremySkinnercommented, Feb 11, 2021

Merged for 10.0

1reaction
JeremySkinnercommented, May 25, 2020

Also this is extremely low priority as typically you’d specify an overridden display name by calling WithName in this scenario anyway.

If you want to dive in then the documentation updates would be higher priority as I need to get those done before I can release 9.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Name computers, domains, sites, and OUs - Windows Server
Period characters are allowed only when they're used to delimit the components of domain style names. Windows domain name system (DNS) supports ...
Read more >
A Guide on Split () Function in Python
Here, you can see the variable str is declared with a string of different subject names. The Split function takes whitespace (“ ”)...
Read more >
about Split - PowerShell
The Split operator splits one or more strings into substrings. You can change the following elements of the Split operation: Delimiter.
Read more >
How To Handle Async Data Loading, Lazy Loading, and ...
This tutorial will explain how to avoid this with a special Hook called useEffect , which will run functions only when specific data...
Read more >
4 Formatting Query Results
SQL*Plus uses column or expression names as default column headings when displaying query results. Column names are often short and cryptic, however, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found