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

Photo.Contents field value incorrect #4

Open
richardhauer opened this issue Nov 17, 2017 · 2 comments
Open

Photo.Contents field value incorrect #4

richardhauer opened this issue Nov 17, 2017 · 2 comments

Comments

@richardhauer
Copy link

The Photo.Contents field in the vCard only contains the first line of the Base64 string, and not the entire value. Ideally the whole string would be concatenated together or better yet, provided as an actual .NET Image rather than the original string value.

@richardhauer
Copy link
Author

Further, Photo is actually an IEnumerable<> because the spec allows for zero or more photos to be associated with a card ("cardinality *").

@mixerp
Copy link
Collaborator

mixerp commented Nov 19, 2017

Hello Richard,

Thank you for pointing this out. I concur with the photo property to be an enumerable.

I will review this and get this fixed. Please note that there is no standard Bitmap/Image support in .NET Core. I don't think we will add support for .NET Bitmap/Image type.

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

No branches or pull requests

1 participant