Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
arguments is a reserved keyword in javascript/typescript - so any variable/parameter/field/property declared as arguments in C# would be translated to a reserved keyword.
Describe the solution you'd like
Add this rule to the static code analyzer to prevent arguments from being emitted in typescript
OR
emit args instead of arguments during code generation by default.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
argumentsis a reserved keyword in javascript/typescript - so any variable/parameter/field/property declared asargumentsin C# would be translated to a reserved keyword.Describe the solution you'd like
Add this rule to the static code analyzer to prevent arguments from being emitted in typescript
OR
emit args instead of arguments during code generation by default.
Additional context
No response