You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: