Using SyntaxFactory to generate code, resulting in poor maintainability.
What is the new behavior?
Removed SyntaxFactory to improve performance and increase maintainability.
What might this PR break?
None expected; it should produce the same base code output from the generator.
Please check if the PR fulfills these requirements
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added/updated (for bug fixes / features)
Other information
This PR involves renaming and updating files to improve code structure and maintainability. The changes are expected to enhance the performance of the source generator without affecting the base code output.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
What kind of change does this PR introduce?
Update
What is the current behavior?
Using
SyntaxFactory
to generate code, resulting in poor maintainability.What is the new behavior?
Removed
SyntaxFactory
to improve performance and increase maintainability.What might this PR break?
None expected; it should produce the same base code output from the generator.
Please check if the PR fulfills these requirements
Other information
This PR involves renaming and updating files to improve code structure and maintainability. The changes are expected to enhance the performance of the source generator without affecting the base code output.
For more details, you can view the files changed.