Is there a way that I can hide certain warnings during a build in Xamarin Studio? I have deliberately included certain class members in my solution that are deprecated and I am tired of being reminded every single time I compile.
Right-click your project -> Options -> Build/Compiler and either adjust the warning level or list the warnings you don't want to be told about in the "Ignore warnings" text box.