What is the common cause of "The prefix has already been used" error #808
Answered
by
verynewuser
verynewuser
asked this question in
Q&A
-
After renaming an integration test in my .NET solution, I started receiving this exception:
|
Beta Was this translation helpful? Give feedback.
Answered by
verynewuser
Mar 9, 2023
Replies: 1 comment
-
I got it myself. Without paying attention to the consequences, I was trying to call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
verynewuser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it myself. Without paying attention to the consequences, I was trying to call
Verifier.VerifyJson(rawResponse.Json)
in a loop for an API call, and on every call it was trying to generate a new file with the same name.