reactiveui / ReactiveUI.SourceGenerators

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

FIx For IViewFor with Generic Class #118

Closed ChrisPulman closed 3 weeks ago

ChrisPulman commented 3 weeks ago

What kind of change does this PR introduce?

Fix

What is the current behavior?

Using a Generic ViewModel is not supported with the Generic Attribute

What is the new behavior?

A second attribute has been added allowing the fully qualified name to be passed as a string

What might this PR break?

This functionality existed previously and was changed to allow simpler Generic attribute declarations however the fact that it did not support Generic types to be used was unknown, first release with this change was 2.0.9

Please check if the PR fulfills these requirements

Other information:

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