autorest icon indicating copy to clipboard operation
autorest copied to clipboard

Make codemodel same in converter and codegen

Open pshao25 opened this issue 7 months ago • 0 comments

Currently, openapi-to-typespec will leverage C# codegen to generate resource hierarchy, and then map the resource generated from C# codegen to the codemodel generated from openapi-to-typespec. However, these two have different config for M4, therefore the codemodel generated from openapi-to-typespec is different from that of C# codegen. We should make them same.

pshao25 avatar Jul 15 '24 06:07 pshao25