Skip to content

CodeQL

CodeQL #1693

Triggered via schedule October 17, 2023 05:00
Status Success
Total duration 31m 43s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Sitko.Core.App/Collections/EquatableDictionary.cs#L3
'EquatableDictionary<TKey, TValue>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Analyze (csharp): src/Sitko.Core.App/Collections/EquatableDictionary.cs#L3
'EquatableDictionary<TKey, TValue>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Analyze (csharp): src/Sitko.Core.Db/IDbContextProvider.cs#L10
Type 'DbContextProvider' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Analyze (csharp): src/Sitko.Core.Auth.IdentityServer/Tokens/InMemoryTokenStore.cs#L9
Type 'InMemoryTokenStore' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Analyze (csharp): src/Sitko.Core.Auth.IdentityServer/Tokens/UserTokenProvider.cs#L8
Type 'UserTokenProvider' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Analyze (csharp): src/Sitko.Core.Auth.IdentityServer/Tokens/RedisTokenStore.cs#L12
Type 'RedisTokenStore' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Analyze (csharp): src/Sitko.Core.Storage.S3/S3StorageModule.cs#L30
'S3BucketOptions.AccessKey' is obsolete: 'Specify access key and secret as a BasicCredential to Credentials property instead'
Analyze (csharp): src/Sitko.Core.Storage.S3/S3StorageModule.cs#L32
'S3BucketOptions.SecretKey' is obsolete: 'Specify access key and secret as a BasicCredential to Credentials property instead'
Analyze (csharp): src/Sitko.Core.Blazor.MudBlazor/Components/Layout/BaseLayoutComponent.cs#L27
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
Analyze (csharp): src/Sitko.Core.Blazor.MudBlazor/Components/Layout/BaseLayoutComponent.cs#L27
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'