Replies: 1 comment 2 replies
-
Hi, there ! 🔑 KEY : This is id of queried object Example: |
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,
The API contains NotFound clause. However, the implementation of it only checks for whether the Key and Input are null. What would the use case for this clause be?
The statement from the tests
Guard.Against.NotFound(1, Guid.Empty, "guid");
will not throw, and I was not able to figure out where would I apply such statement.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions