Code analysis not working
I am trying to enable a warning/error for magic numbers in code analysis. But after I build the project I get no warnnings/errors regarding the magic numbers even tough I have a lot of magic numbers troughout the project.
How do i enable code anaysis?

