DamianEdwards / DamianEdwards/MiniValidation

Use JSON property names in validation errors

Open
#61 1 comment 1 reaction 0 assignees View on GitHub

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?

https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?view=aspnetcore-8.0#use-json-property-names-in-validation-errors

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.