Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [DynamicallyAccessedMembers] annotations #135

Merged
merged 5 commits into from
Mar 9, 2022

Conversation

Sergio0694
Copy link
Member

@Sergio0694 Sergio0694 commented Mar 6, 2022

This PR adds [DynamicallyAccessedMembers] to the generated methods for ObservableValidator and IRecipient<TMessage>. Since the type is only available on .NET 6 and above, the additional attributes is only generated when that target is being used.

@Sergio0694 Sergio0694 added improvements ✨ Improvements to an existing functionality next preview ✈️ This changes will be available in the upcoming preview priority 🚩 An issue or change that has priority mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit labels Mar 6, 2022
@Sergio0694 Sergio0694 force-pushed the dev/dynamically-accessed-members-attribute branch from 0fb6af1 to 5fb9f70 Compare March 8, 2022 23:13
@Sergio0694 Sergio0694 merged commit e1ec425 into main Mar 9, 2022
@delete-merged-branch delete-merged-branch bot deleted the dev/dynamically-accessed-members-attribute branch March 9, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvements ✨ Improvements to an existing functionality mvvm-toolkit 🧰 Issues/PRs for the MVVM Toolkit next preview ✈️ This changes will be available in the upcoming preview priority 🚩 An issue or change that has priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants