Usage of sonar.cs.roslyn.bugCategories

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

Hey @Jan_Pul

What’s not working? Is the issue not being imported to SonarCloud at all, or is the issue being imported to SonarCloud with the wrong category?