Search Unity

Disabling warnings for a particular Assembly Definition

Discussion in 'Scripting' started by Romaleks360, May 7, 2019.

  1. Romaleks360

    Romaleks360

    Joined:
    Sep 9, 2017
    Posts:
    72
    Is it possible to disable warnings for a particular assembly definition in a project?

    I currently have a "ThirdParty" assembly definition with many packages from the internet. Some of them (for example, the unity-ui-extensions) generate a big list of warnings, like "obsolete methods" and "uninitialized fields". I won't fix them all, so maybe there's a way to disable some warnings for a whole assembly?

    Something like with the msc.rsp file, but I don't want to disable warnings for my personal code.
     
    watsonsong and EyePD like this.
  2. EyePD

    EyePD

    Joined:
    Feb 26, 2016
    Posts:
    63
    I'm also interested in a solution for this
     
  3. watsonsong

    watsonsong

    Joined:
    May 13, 2015
    Posts:
    555
    Hi, is there any solution?