reactiveui / ReactiveUI.SourceGenerators

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

Fix For Generators used on Generic class #119

Closed ChrisPulman closed 2 weeks ago

ChrisPulman commented 2 weeks ago

What kind of change does this PR introduce?

Fixes #115

Relies On #118

What is the current behavior?

Version 2.0.9 uses a different method to create a HintName for the source code output to previous versions

What is the new behavior?

HintName has been modified to accept Generic Class Names within the output of the Generator "<" or ">" are replaced with "_"

What might this PR break?

Fixes a regression in functionality

Please check if the PR fulfills these requirements

Other information:

github-actions[bot] commented 3 days 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.