I am working with a project from another developer that has hundreds of obsolete method warnings. In the compiled dlls, I set suppress warnings 618 (the full warning number is CS0618).
Is there a way to set the same setting on a web site?
The problem is that there are so many obsolete warnings that I can't find any of the important ones.