diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-02-25 15:57:06 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-03 20:12:52 +0000 |
commit | ff20a4b6599510764a44104513380d07c6abf650 (patch) | |
tree | 66a0b9bf6aa64f32a33e0f694092add1c292923f /sonar-core | |
parent | b385d43a605ab10eee767c868eb14ca32cb215a2 (diff) | |
download | sonarqube-ff20a4b6599510764a44104513380d07c6abf650.tar.gz sonarqube-ff20a4b6599510764a44104513380d07c6abf650.zip |
SONAR-14494 Adding the .NET Core tutorial in manual
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index fd7b55aecb6..b576336b9e1 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3310,6 +3310,10 @@ onboarding.build.dotnet.linux_core=Linux + .NET Core onboarding.build.cfamily=C,C++ or ObjC onboarding.build.other=Other (for JS, TS, Go, Python, PHP, ...) +onboarding.build.dotnet.variant=Choose your build tool +onboarding.build.dotnet.variant.dotnet_core=.NET Core +onboarding.build.dotnet.variant.dotnet_framework=.NET Framework + onboarding.build.other.os=What is your OS? onboarding.build.other.os.linux=Linux onboarding.build.other.os.win=Windows @@ -3348,9 +3352,9 @@ onboarding.analysis.java.gradle.text.2.sonarcloud=and add the following lines to onboarding.analysis.msbuild.header=Download and unzip the Scanner for MSBuild onboarding.analysis.msbuild.text=And add the executable's directory to the {code} environment variable -onboarding.analysis.msbuild.execute=Execute the Scanner for MSBuild from your computer +onboarding.analysis.msbuild.execute=Execute the Scanner for .NET from your computer onboarding.analysis.msbuild.execute.text=Running a {instance} analysis is straighforward. You just need to execute the following commands at the root of your solution. -onboarding.analysis.msbuild.docs_link=official documentation of the Scanner for MSBuild +onboarding.analysis.msbuild.docs_link=official documentation of the Scanner for .NET onboarding.analysis.msbuild.header.sonarcloud=Download and unzip the Scanner for MSBuild onboarding.analysis.msbuild.text.sonarcloud=And add the executable's directory to the <code>%PATH%</code> environment variable onboarding.analysis.msbuild.execute.sonarcloud=Execute the Scanner for MSBuild from your computer @@ -3374,6 +3378,10 @@ onboarding.analysis.sq_scanner.docs_link=official documentation of the Scanner onboarding.analysis.sqscanner.docs.gradle.title=official documentation of the Scanner for Gradle onboarding.analysis.sqscanner.docs.gradle.example_project.title=live Gradle-based example project +onboarding.analysis.dotnetcore.global=Scanner .NET Core Global Tool +onboarding.analysis.dotnetcore.global.text=As a prerequisite you need to have the sonarscanner tool installed globally using the following command: +onboarding.analysis.dotnetcore.global.text.path=Make sure dotnet tools folder is in your path. See dotnet global tools documentation for more information. + onboarding.tutorial.return_to_list=Choose another option onboarding.tutorial.choose_method=How do you want to analyze your repository? |