Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Change suffix of files generated by T4 templates from XXXExtension.cs to XXX.generated.cs #62

Closed
NightOwl888 opened this issue Nov 23, 2023 · 0 comments · Fixed by #64
Assignees

Comments

@NightOwl888
Copy link
Owner

NightOwl888 commented Nov 23, 2023

Unfortunately, the <Class Name>Extension.cs convention we chose for file naming conflicts with some existing ICU class names and is very easily confused with the <Class Name>Extensions.cs common convention for extension methods.

The .generated.cs suffix is in use by several projects and removes ambiguity about how the code files are derived. This can also help with attempting to "fix" the code file instead of the T4 template, the former of which will be overwritten the next time the template is run.

It would be best to wait until #40 is done before working on this task.

@NightOwl888 NightOwl888 changed the title Task: Change suffix of T4 templates from XXXExtension.cs to XXX.generated.cs Task: Change suffix of files generated by T4 templates from XXXExtension.cs to XXX.generated.cs Nov 23, 2023
@NightOwl888 NightOwl888 self-assigned this Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant