-
Notifications
You must be signed in to change notification settings - Fork 368
Support Exact Client Name #10727
Copy link
Copy link
Open
Labels
emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharpIssue for the C# client emitter: @typespec/http-client-csharpfeatureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
emitter:client:csharpIssue for the C# client emitter: @typespec/http-client-csharpIssue for the C# client emitter: @typespec/http-client-csharpfeatureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
The
exact()was added as part of tcgc 0.68.0. We should add support for this in our emitter. When this flag is true, we should skip applying any name processing to the member.This will most likely entail updating the emitter, then delegating a new "isExactName" property to the input types. In the generator, we will need to skip mutating the name if this flag is true.