- ALM used: Azure DevOps
- CI system used: Azure DevOps
- Languages of the repository
- Only if the SonarCloud project is public, the URL
- And if you need help with pull request decoration, then the URL to the PR too
- Error observed (wrap logs/code around with triple quotes ``` for proper formatting)
- Steps to reproduce
- Potential workaround
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Hi,
I’ve C# static code analysis: Using clear-text protocols is security-sensitive being reported as a false positive in a *.razor file. How can I suppress this in the code? I tried with SuppressMessage
attribute, pragma disable warning
and //NOSONAR
, but none of it seems to work
Thanks
Pascal