Richard Davies

Results 7 comments of Richard Davies

Is there a PR to go with this? I'm certainly interested in fixing the `/api/blah/{everything}` vs `/api/blah{everything}` duplication issue

I use a similar concept in a recent project where I have a KeyedError class that has key/error pairs and can hold multiple errors. The keys are obviously specific to...

@vkhorikov Thanks for that! What about cases of more complex validation/business logic beyond value objects that require loading an aggregate? e.g. checking an amount is below a deposit balance for...

Exactly same issue here. I also do the boolean toggle on MudDataGrid too. Would be nice to solve.

Same here! It's confusicating.

+1 to please add/merge this feature. Question: does your implementation allow for a given route to NOT have authentication? Like an 'allow anonymous' setting. In my project this would be...

Also have this problem. Frustrating having to create big long verbose DTOs instead of the succinct record syntax.