novotnyllc / MetroLog

A lightweight logging system designed specifically for Windows Store and Windows Phone 8 apps.
MIT License
147 stars 83 forks source link

Not passing windows store test #95

Open iducool opened 8 years ago

iducool commented 8 years ago

Metrolog has dependancy on Microsoft.Bcl.Compression and which is only supported by ARM and x86. But you can not run this under "Any CPU" architecture. My deployment target is Windows phone 8.0

To run windows store test locally you must need to compile app under "Any CPU" architecture. That's where complete test fails. Removing library is not an option for me because I used it heavily and at store publish time If I will do all changes then there might risk of breaking unexpected things.

Kindly help me.