Tuesday, February 05, 2013

Tool to check how PCL portable a class library is

If you've got an existing class library, and you are wondering how big a task it will be to make it PCL, then check out this new PCL analyzer tool

It's open source (code on GitHub) and it uses reflection and the data from a spreadsheet from Microsoft's PCL team in order to tell you which non-portable APIs you are currently using.


I love it!

1 comment:

  1. Good to hear you find it useful. BTW I've uploded a new version with much better performance for large assemblies.

    Cheers
    Vagif

    ReplyDelete