Hello everybody!
We always get a conflict, when trying to upload the Test Packages DLL via Test Packages POST API call.
Our code is C#.
Method: Post
Endpoint: https://api.testproject.io/v2/projects/lclpH6iDY0CUxZ8roAYHzA/test-packages/3C0wvL-tO0CurClNhJp3tA?fileName=TestProject.Generated.Tests.PoCForIncadea.dll&resolveConflicts=true
I tried with following ways:
- With the same dll
- With a new dll which it has new code
- By changing the name of the dll
- True and False combinations of the ResolveConflicts parameter.
When uploading the DLL via testproject UI an error appears: “The package is identical to the existing one”
But we added a new variable and used it in the code.
We need help now as we don´t know what else to try. Thank you