diff --git a/.editorconfig b/.editorconfig index f7ee49a7..97d56c08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,6 +34,7 @@ blank_line_after_pi = false [*.{cs,csx,vb,vbx}] indent_size = 4 insert_final_newline = true +charset = utf-8-bom #======================================================================================= # Psl files diff --git a/deployment/cake/tasks.cake b/deployment/cake/tasks.cake index 987220f7..2c71e14e 100644 --- a/deployment/cake/tasks.cake +++ b/deployment/cake/tasks.cake @@ -36,7 +36,7 @@ // It probably means the tool is not correctly installed. // `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources` //#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0" -#tool "nuget:?package=dotnet-sonarscanner&version=5.14.0" +#tool "nuget:?package=dotnet-sonarscanner&version=5.15.0" //------------------------------------------------------------- // BACKWARDS COMPATIBILITY CODE - START