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
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
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?
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: