Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide certain warnings in Xamarin Studio

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.

like image 1000
Jason Hartley Avatar asked Apr 04 '13 21:04

Jason Hartley


1 Answers

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.

like image 59
Rolf Bjarne Kvinge Avatar answered Sep 22 '22 16:09

Rolf Bjarne Kvinge