CodeQL #1676
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/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.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.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.'
|