Parent tracking issue: Azure/azure-sdk-for-net#61941
After each deterministic naming change ships in the production .NET management generator, remove only C# @@clientName decorators that the generator reproduces exactly.
Required workflow
- Batch changes by affected TypeSpec project.
- Format and compile every affected project.
- Run repository-native
tsv validation.
- Regenerate parent and candidate SDK packages using the exact TypeSpec project directory as
LocalSpecRepo.
- Require byte-identical generated source and public APIs.
- Restore every decorator that changes generated output.
- Never modify generated SDK source manually.
"Lines reduced" means physical lines occupied by matching decorator statements; comments, imports, and surrounding blank lines are excluded.
Parent tracking issue: Azure/azure-sdk-for-net#61941
After each deterministic naming change ships in the production .NET management generator, remove only C#
@@clientNamedecorators that the generator reproduces exactly.Required workflow
tsvvalidation.LocalSpecRepo."Lines reduced" means physical lines occupied by matching decorator statements; comments, imports, and surrounding blank lines are excluded.