This is a continuation of how to make quality gate fail on obsolete marked object usage
I created the analyzer and successfully imported and used it in my example project, in my devops pipeline it generates warning as expected:
in my pipeline i set the property sonar.cs.roslyn.bugCategories=Usage because my diagnostic looks like this:
and this is what my quality gate looks like:
according to external issues report this should be enough what am i forgetting?
kind regards,
Jan