Skip to content

Dependency properties should keep custom attributes #520

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

Merged
merged 10 commits into from
Jul 18, 2019

Conversation

brainboost
Copy link

I found that dependencies were created without custom attributes that led to lost properties in DataContract as only those marked with [DataMember] were shown. This addition fixes it. Also, I provide unit tests for attributed dependencies.

@commonsensesoftware
Copy link
Collaborator

Good find. Looks like you've covered the bases. Does this PR supplant #512? I haven't merged it yet, but I was getting ready to.

@brainboost
Copy link
Author

Yes, it does. This one includes all changes as I created that branch from the feature branch of #512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants