Cake.Xamarin.Binding.Util addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Xamarin.Binding.Util.
General
FindMissingMetadata Alias from Cake.Xamarin.Binding.Util addin |
Finds members of types in an assembly which do not have proper names (eg: p0, P1, etc) which means they are missing metadata from the Android binding. |
FindObfuscations Alias from Cake.Xamarin.Binding.Util addin |
Finds likely obfuscated types and members based on the java type or member name. The default regex pattern looks for types or members with only 3 character long names. |