MixERP.Net.VCards
MixERP.Net.VCards copied to clipboard
Photo.Contents field value incorrect
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.
Further, Photo is actually an IEnumerable<> because the spec allows for zero or more photos to be associated with a card ("cardinality *").
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.