Feature/202403 deps cli #51
webapp-sonarqube-clientapp-netcore.yml
on: pull_request
build
3m 19s
Annotations
10 errors and 10 warnings
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(18,25): error CS0103: The name 'DownloadCheckSums' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(21,37): error CS0103: The name 'GetWindowsZipFromChecksum' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(23,4): error CS0103: The name 'GetChecksumsFromTextFile' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(29,9): error CS0103: The name '_hostFileSystemStorage' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(30,3): error CS0103: The name '_hostFileSystemStorage' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(36,8): error CS0103: The name '_hostFileSystemStorage' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(37,8): error CS0103: The name 'ExeExifToolWindowsFullFilePath' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(40,17): error CS0103: The name '_appSettings' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(42,17): error CS0103: The name '_appSettings' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(44,16): error CS0103: The name 'ExiftoolDownloadBasePath' does not exist in the current context [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/build/helpers/DotnetGenericHelper.cs(69,4): warning S6664: Reduce the number of Information logging calls within this code block from 3 to the 2 allowed. (https://rules.sonarsource.com/csharp/RSPEC-6664) [/home/runner/work/***/***/***/build/_build.csproj]
|
build
/home/runner/work/***/***/***/build/helpers/DotnetGenericHelper.cs(89,5): warning S6664: Reduce the number of Information logging calls within this code block from 3 to the 2 allowed. (https://rules.sonarsource.com/csharp/RSPEC-6664) [/home/runner/work/***/***/***/build/_build.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.http/Services/HttpClientHelper.cs(13,1): warning IDE0005: Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005) [/home/runner/work/***/***/***/***.foundation.http/***.foundation.http.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(13,47): warning CS9113: Parameter 'hostFileSystemStorage' is unread. [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(13,82): warning CS9113: Parameter 'appSettings' is unread. [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(14,20): warning CS9113: Parameter 'httpClientHelper' is unread. [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadWindows.cs(14,49): warning CS9113: Parameter 'logger' is unread. [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownload.cs(29,37): warning S4487: Remove this unread private field '_httpClientHelper' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487) [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/CheckSha1.cs(40,29): warning S4790: Make sure this weak hash algorithm is not used in a sensitive context here. (https://rules.sonarsource.com/csharp/RSPEC-4790) [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|
build
/home/runner/work/***/***/***/***.foundation.writemeta/Services/ExifToolDownloader/ExifToolDownloadUnix.cs(97,8): warning S1481: Remove the unused local variable 'exifToolUnixFolderFullFilePath'. (https://rules.sonarsource.com/csharp/RSPEC-1481) [/home/runner/work/***/***/***/***.foundation.writemeta/***.foundation.writemeta.csproj]
|