Replies: 1 comment 2 replies
-
Hi @KaJIbI4, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
There was such a problem today:
The case is happening in docker on Linux, .net 9, a MediatR, an Automapper, and Fluent validation are used, and the call location code is presented below:
The entire service crashed, of course we didn't get into the try catch block :(
The
MyEntity
entity has many types of fields, but they were filtered in the query only byUnfortunately, the exact filter has not been preserved in the logs, but it consists of blocks of the same type using the OR operator:
I understand that this validation option is slightly crooked, but it did a good job with incorrectly entered filters.We have not been able to reproduce anything similar with any filter options.
Perhaps you've come across something like this, or do you have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions