clairernovotny / ReferenceGenerator

MIT License
75 stars 13 forks source link

Enable tool to run on mono when it can #19

Closed clairernovotny closed 8 years ago

clairernovotny commented 8 years ago

This addresses #16 to let the tool run on mono when possible. In the case of "classic PCL's" where it needs the data from the reference assemblies, we issue a warning and return a 0 status code without touching the nuspec file.

A future improvement could detect if the referenceassemblies-pcl package is installed (if it contains the required reference assembly data) and ease this restriction.