Skip to content

Merge pull request #517 from lanedirt/516-optimize-local-build-for-ar… #886

Merge pull request #517 from lanedirt/516-optimize-local-build-for-ar…

Merge pull request #517 from lanedirt/516-optimize-local-build-for-ar… #886

Triggered via push January 4, 2025 08:37
Status Success
Total duration 12m 54s
Artifacts
Build and analyze
12m 39s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and analyze: src/Utilities/AliasVault.WorkerStatus/ServiceExtensions/StatusHostedService.cs#L91
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
Build and analyze: src/Utilities/AliasVault.InstallCli/Program.cs#L320
Make sure using a dynamically formatted SQL query is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2077)
Build and analyze
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build and analyze: src/Services/AliasVault.SmtpService/appsettings.json#L11
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Build and analyze: src/Services/AliasVault.SmtpService/Handlers/DatabaseMessageStore.cs#L337
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
Build and analyze: src/Services/AliasVault.TaskRunner/appsettings.json#L11
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Build and analyze: src/Services/AliasVault.TaskRunner/Tasks/LogCleanupTask.cs#L54
Reduce the number of Warning logging calls within this code block from 2 to the 1 allowed. (https://rules.sonarsource.com/csharp/RSPEC-6664)
Build and analyze
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build and analyze: src/AliasVault.Api/appsettings.json#L16
"password" detected here, make sure this is not a hard-coded credential. (https://rules.sonarsource.com/csharp/RSPEC-2068)
Build and analyze: src/AliasVault.Api/Controllers/AuthController.cs#L48
Constructor has 9 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)