CodeQL #1662
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/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/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.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):
apps/Sitko.Core.Apps.Blazor/Pages/Logging.razor#L8
Found markup element with unexpected name 'MudPageLayout'. If this is intended to be a component, add a @using directive for its namespace.
|
Analyze (csharp):
apps/Sitko.Core.Apps.Blazor/Pages/Logging.razor#L9
Found markup element with unexpected name 'MudButton'. If this is intended to be a component, add a @using directive for its namespace.
|