AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

Add methods / status for Too Large (413) returned HTTP code #64

Closed ranger-turtle closed 1 year ago

ranger-turtle commented 1 year ago

This is my very first pull request and issue solve attempt I have ever made. Please understand if I have missed something in my contribution.

It should resolve #63 .

ranger-turtle commented 1 year ago

I don't know how to make coverage test to not fail. I know almost nothing about software testing.

AKlaus commented 1 year ago

I don't know how to make coverage test to not fail. I know almost nothing about software testing.

Actually, all the tests are passing. It complains about the decreased coverage only. So all good on that front. I'll have a look at the PR tomorrow evening. Everything looks good

AKlaus commented 1 year ago

Merged to the ticket's branch, as I need to update the README, etc