Merge pull request #431 from lanedirt/430-prepare-082-hotfix-release #715
sonarcloud-code-analysis.yml
on: push
Build and analyze
10m 14s
Annotations
10 warnings
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.Client/Main/Models/FormValidation/StringDateFormatAttribute.cs#L20
Specify AttributeUsage on 'StringDateFormatAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L259
Remove unassigned auto-property 'DerivedKey', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L264
Remove unassigned auto-property 'Error', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L269
Remove unassigned auto-property 'Message', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L295
Remove unassigned auto-property 'Error', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L300
Remove unassigned auto-property 'Message', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L259
Remove the unused private set accessor in property 'DerivedKey'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L264
Remove the unused private set accessor in property 'Error'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Build and analyze:
src/AliasVault.Client/Services/JsInteropService.cs#L269
Remove the unused private set accessor in property 'Message'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|