I'm receiving the warning below, but I'm not seeing any file or line information. I searched everywhere I could think of where I was creating Sections, but I don't see any of the old style "new Section { myelement }" syntax. Any thoughts on how I can make the warning disappear gracefully?
"Warning CS0618: MonoTouch.Dialog.Section.Add(System.Collections.Generic.IEnumerable<MonoTouch.Dialog.Element>)' is obsolete:Please use AddAll since this version will not work in future versions of MonoTouch when we introduce 4.0 covariance'"