DamianEdwards / DamianEdwards/MiniValidation
Use JSON property names in validation errors
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C#
- Stars
- 390
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to convert error keys from their C# property names to their JSON property names, as in MVC model validation?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where MiniValidation produces validation error keys, then compare the desired behavior with the linked ASP.NET MVC guidance on using JSON property names. Done means validation errors identify properties by their serialized JSON names rather than their C# property names; the issue does not mention specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100