packages/typespec-go/src/tcgcadapter/clients.ts (11 lines): - line 173: // TODO: follow up with tcgc if serializedName should actually be optional - line 211: // TODO: handle nested next link - line 517: // TODO: form data? (non-multipart) - line 534: // TODO: is hard-coded false for element type by value correct? - line 546: // TODO: currently we don't have Azure service using cookie parameter. need to add support if needed in the future. - line 554: // TODO: unencoded query param - line 557: // TODO: unencoded query param - line 581: // TODO: add Envelope suffix if name collides with existing type - line 604: // TODO: x-ms-header-collection-prefix - line 640: // TODO: https://github.com/Azure/typespec-azure/issues/535 - line 869: // TODO: https://github.com/Azure/typespec-azure/issues/1688 packages/typespec-go/src/tcgcadapter/types.ts (4 lines): - line 66: // TODO: what's the equivalent of x-ms-external? - line 99: // TODO: follow up with tcgc to see if we can remove the entry. - line 706: // TODO: tcgc doesn't expose the encoding for date/datetime constant types - line 760: // TODO: tcgc doesn't support duration as a literal value packages/codegen.go/src/fake/servers.ts (3 lines): - line 948: // TODO: consolidate with non-collection parsing code - line 960: // TODO: what about enums that aren't strings? - line 986: // TODO: remove cast in some cases packages/codegen.go/src/models.ts (2 lines): - line 377: // TODO: need to handle map and slice type with underlying int as string type - line 494: // TODO: need to handle map and slice type with underlying int as string type packages/autorest.go/src/transform/transform.ts (2 lines): - line 126: // TODO: workaround due to https://github.com/Azure/autorest.go/issues/412 - line 806: // TODO: maybe switch to skip specific polling ones in the future? packages/autorest.go/src/m4togocodemodel/clients.ts (2 lines): - line 299: // TODO: https://github.com/Azure/autorest.go/issues/659 - line 310: // TODO: grouped client params packages/autorest.gotest/src/generator/fakeTestGenerator.ts (1 line): - line 302: // TODO: https://github.com/Azure/autorest.go/issues/659 packages/codemodel.go/src/result.ts (1 line): - line 47: // TODO: would this ever be anything else? swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/scenarios/Spring.yaml (1 line): - line 250: value: { "certName": "asc-certificate" } # TODO: use another cert packages/autorest.gotest/src/generator/mockTestGenerator.ts (1 line): - line 369: // TODO: handle multiple additionalProps packages/codegen.go/src/responses.ts (1 line): - line 67: // TODO: this doesn't include any headers. however, LROs with header responses are currently broken :( packages/codegen.go/src/example.ts (1 line): - line 85: // TODO: client optional parameters packages/codegen.go/src/time.ts (1 line): - line 71: // TODO: clean this up when moving to DateTime type in azcore packages/codegen.go/src/operations.ts (1 line): - line 800: // TODO: spread params are JSON only https://github.com/Azure/autorest.go/issues/1455 packages/typespec-go/src/tcgcadapter/adapter.ts (1 line): - line 20: const info = new go.Info('TODO Title'); packages/autorest.go/src/transform/helpers.ts (1 line): - line 135: // TODO: log warning packages/autorest.gotest/src/util/codegenBridge.ts (1 line): - line 64: // TODO need to check pageable LRO