diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..49bc7f3 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-sonarscanner": { + "version": "5.6.0", + "commands": [ + "dotnet-sonarscanner" + ] + }, + "dotnet-coverage": { + "version": "17.3.2", + "commands": [ + "dotnet-coverage" + ] + } + } +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1e73e5a..94f9659 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ *.userosscache *.sln.docstates +.sonarqube + .vscode/* !.vscode/settings.json !.vscode/tasks.json @@ -147,6 +149,7 @@ _TeamCity* !.axoCover/settings.json # Visual Studio code coverage results +coverage.xml *.coverage *.coveragexml **/coverage