tfs - Sonarquberunner check c# code -


i may introduce custom rule checks our code whether contains deprecated using.

using foo.bar;  class fooclass { 

is there possibility custom rules or sonar check code , fail build due usage of deprecated package foo.bar?

i'm going work backward:

so recommend set add new rule quality profile @ blocker severity (after all, want block build), set quality gate error condition on new blocker issues , set jenkins pipeline respond appropriately.

if you're not using jenkins, or not using pipelines, there build breaker plugin, altho its use not recommended.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -