Remco;14693 wrote:Hi, thanks for posting.
Right now we have two types of warnings that are shown:
Global warnings (things that are not attached to a project): These are stored in your NCrunch global configuration file under your windows user profile in the 'HiddenGlobalWarnings' XML field.
Project warnings (like the one you're seeing): These are stored in the project's configuration file (i.e. project.v3.ncrunchproject) inside the 'HiddenComponentWarnings' XML field.
In theory, if you hide the warnings then check in your project configuration files, you won't see them again.
O.K but I have to add this "hide" config to every .project.v3.ncrunchproject and not only one time in the v3.ncrunchsolution.
I just wanted to be sure that I don't add it over and over again instead of just add it in a central(one) place.
But it's absolutely OK for me, thx!