Azure / autorest

OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
MIT License
4.54k stars 728 forks source link

Collison detected inserting into Object: transfer #4964

Open robsoh09 opened 1 month ago

robsoh09 commented 1 month ago

Hi there, was trying to convert a json to a C# client and this appeared.

fatal | Process() cancelled due to exception : Collision detected inserting into object: Transfer / Error: Collision detected inserting into object: Transfer at Object.set (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:15708:23) at OAI3Shaker.newObject (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:16288:24) at OAI3Shaker.dereference (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:7257:30) at OAI3Shaker.dereferenceItems (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:7155:18) at OAI3Shaker.visitComponents (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:7162:26) at OAI3Shaker.process (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:6852:26) at OAI3Shaker.runProcess (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:16339:28) at OAI3Shaker.getOutput (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:16259:9) at shakeTree (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:7302:24) at ScheduleNode (/home/robs09/.autorest/@autorestcore@3.10.2/node_modules/@autorest/core/dist/src_lib_autorest-corets.js:1351:29)

What would be the best way to troubleshoot this