.NET 3.5 Version 8.9.15 requires external PhoneNumberMetaData.xml
See original GitHub issueHi,
I just updated an old project to a newer version 8.9.15 from 7.5.1.
Currently the PhoneNumberUtil.GetInstance() fails with error Could not find file 'C:\...\bin\Debug\PhoneNumbers.PhoneNumberMetaData.xml'
.
So it’s now mandatory to place the PhoneNumberMetaData.xml in the output folder?
I though that metadata was embedded in the dll.
Maybe example should be updated if xml is not embedded any more?
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @neuroid,
Yes, your approach seems right, the XmlTextReader supports stream input.
Let’s see if we finally made it!
Metadata is embedded for other versions. .NET 3.5 support was briefly removed to support netstandard. I will take a look.