On Aug 21, 2012, at 10:43 AM, "Jeremy A. Kolb - ARA/NED" <[email protected]> wrote: > Right now I am seeing a lot of warnings like these: warning CS0108: > 'Org.Osmdroid.Views.Overlay.ScaleBarOverlay.java_class_handle' hides > inherited member 'Org.Osmdroid.Views.Overlay.Overlay.java_class_handle'. Use > the new keyword if hiding was intended. > > Is that a concern?
No. The `generator` doesn't emit `new` for the java_class_handle member; sorry. > I’ve also noticed that if I update Metadata.xml or any of the transforms I > sometimes have to compile 3 or 4 times before the change I made takes effect. That's odd; does it only require one rebuild if you clean after updating Metadata.xml? - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
