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

Exception loading 'v4.vcf' #46

Closed
jbrockerville opened this issue Apr 20, 2021 · 2 comments
Closed

Exception loading 'v4.vcf' #46

jbrockerville opened this issue Apr 20, 2021 · 2 comments

Comments

@jbrockerville
Copy link

Ran with vCardLib/vCardLib.Tests/v4.vcf

   at vCardLib.Deserializers.v4Deserializer.ParseAddresses(String[] contactDetails)
   at vCardLib.Deserializers.Deserializer.Deserialize(String[] contactDetails)
   at vCardLib.Deserializers.Deserializer.GetCardFromContact(String[] contact)
   at System.Linq.Enumerable.SelectArrayIterator`2.ToList()
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at vCardLib.Deserializers.Deserializer.CreateCardsFromContacts(IEnumerable`1 contacts)
   at vCardLib.Deserializers.Deserializer.FromFile(String filePath)
   at source.cs:line 39
@bolorundurowb
Copy link
Owner

@jbrockerville unfortunately, v4 vcard files are not supported by the library. There hasn't been a lot of community request for support. If you can, you can contribute support

@bolorundurowb
Copy link
Owner

@jbrockerville with the release of v5.0.0 vcard v4 support has been added

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

No branches or pull requests

2 participants