libphonenumber-csharp
libphonenumber-csharp copied to clipboard
Forking original c# port
Hi, library validate 67868 as a valid Finnish phone number, but acording to Wikipedia it shouldnt. Thank you!
Hi, I found out that a number starting with 0456 / XX XX XX is not recognized as a valid Belgian phone number. I did the test on the Java...
We noticed that the current libphonenumber-csharp settings do not support 844 toll free numbers in the US. When we investigated further we noticed that there have been many updates to...
Because of the publicly visible member "defaultInstanceForType" which is self-referential. If you are using newtonsoft for searialization this requires serializing everything with "Newtonsoft.Json.ReferenceLoopHandling.Ignore," (which could be dangerous, the default is...
Program to implement bubble sort in c
Currently, the numbers for Cape Verde that start with 5 (valid since 2010 according to [the ITU documentation](https://www.itu.int/dms_pub/itu-t/oth/02/02/T02020000260001PDFE.pdf)), except those starting with 59, are being recognized as invalid by libphonenumber-csharp....
Hi, Kosovo phone numbers are not parsed correctly and an exception is thrown for even valid numbers. I looked at the config xmls and no entry for Kosovo +383 is...
I'm using this library for server-side phone number management, however ran into a little bit of an issue. The Java counterpart works fine with the PhoneNumberUtil.getInstance().parse("phonenumber here","") format, automatically determining...
Is it possible to get carrier name, i understand due to the option of number porting the new provider may not be updated. I am ok with stale or incorrect...
This change will avoid locking (and switching thread context) in a multi-threaded environment, when PhoneNumberUtil.GetInstance() is called. It will still lock when the instance is not initialized yet.