Skip to content

Ali-Doustkani/Elegant400

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elegant400

a custom BadRequest format for ASP.NET Core, for creating the following structure in validation responses:

{
  title = "Validation", 
  errors = [
    { error = "required", path = ["people", 1, "surname"] },
    { error = "minLength", path = ["summary"], length = 3 }
  ]
}

About

a custom BadRequest format for ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages