reactiveui / ReactiveUI.SourceGenerators

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

Convert GetIViewForMaui to SyntaxFactoryContext #90

Closed ChrisPulman closed 1 month ago

ChrisPulman commented 1 month ago

What kind of change does this PR introduce?

Update

What is the current behavior?

GetIViewForMaui is using a string builder mix with SyntaxFactoryContext

What is the new behavior?

Now using SyntaxFactoryContext for GetIViewForMaui

What might this PR break?

None expected generates the same code.

Please check if the PR fulfills these requirements

Other information:

glennawatson commented 1 month ago

Hold off on this one, I need to get you the sample of what's happening now for performance, this is likely the wrong direction, we don't want the syntax factory.

github-actions[bot] commented 2 weeks 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.