You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding tspconfig.yaml, I have tried adding enableOperationGroup: true and enableModelNamespace: true, but still got the same error.
Error log:
Exception during run: test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(38,3): error TS2300: Duplicate identifier 'queryExpansion'.
test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(39,3): error TS2300: Duplicate identifier 'queryExpansion'.
test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(40,3): error TS2300: Duplicate identifier 'queryContinuation'.
test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(41,3): error TS2300: Duplicate identifier 'queryContinuation'.
test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(67,5): error TS1117: An object literal cannot have multiple properties with the same name.
test/modularIntegration/generated/routes/src/classic/queryParameters/index.ts(69,5): error TS1117: An object literal cannot have multiple properties with the same name.
The text was updated successfully, but these errors were encountered:
tspconfig.yaml:
Regarding
tspconfig.yaml
, I have tried addingenableOperationGroup: true
andenableModelNamespace: true
, but still got the same error.Error log:
The text was updated successfully, but these errors were encountered: