Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
822 stars 68 forks source link

[Bug] Muted issue not staying muted #31

Closed marina-joffrineau closed 2 years ago

marina-joffrineau commented 3 years ago

Sometime muted issues come back on next analyse. I'm not sure of a 100% repro but for example it can happen if you mute an issue, edit some code and then come back to the auditor.

mtrive commented 2 years ago

Looks like the mute preferences has been broken for a while. Basically, muted issues would not survive domain-reload. 0.8.2-preview fixes the issue, however, just be aware that more fixes are likely coming in this area (for example, muting multiple issues does not work as expected).

Thanks for reporting, Marina.