reactiveui / ReactiveUI.SourceGenerators

Use source generators to generate objects.
MIT License
31 stars 3 forks source link

chore: remove SyntaxFactory to improve performance and maintainability #103

Closed ChrisPulman closed 3 weeks ago

ChrisPulman commented 3 weeks ago

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.

github-actions[bot] commented 1 week ago

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.