diff --git a/sonar.properties b/sonar.properties new file mode 100644 index 0000000..cfaed2c --- /dev/null +++ b/sonar.properties @@ -0,0 +1,15 @@ +# must be unique in a given SonarQube instance +sonar.projectKey=Dotnet-Sample + +# --- optional properties --- + +# defaults to project key +sonar.projectName=Dotnet-Sample +# defaults to 'not provided' +sonar.projectVersion=1.2 + +# Path is relative to the sonar-project.properties file. Defaults to . +sonar.sources=. + +# Encoding of the source code. Default is default system encoding +sonar.sourceEncoding=UTF-8