expertisesolutions / efl-mono-exml

Tool to dump the API exported from EFL#
2 stars 2 forks source link

Save attributes and check properties for issues in the value format #21

Closed vitorsousasilva closed 5 years ago

vitorsousasilva commented 5 years ago

Saving added attributes in the Attributes property. Check properties for valid values. Properties that receive numeric, boolean or char values are checked for consistency using the C# native Parse methods.

Also add some changes in DLL parsing:

Fixes #11