Skip to content

Fix #378: Authentication handlers #502

Fix #378: Authentication handlers

Fix #378: Authentication handlers #502

Triggered via pull request January 21, 2025 07:55
Status Success
Total duration 4m 30s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): VersionFileCreator/Program.cs#L56
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): VersionFileCreator/Program.cs#L61
Possible null reference argument for parameter 'args' in 'Task<string> Program.GetOutputFolderFromArgs(string[] args)'.
Analyze (csharp): VersionFileCreator/Program.cs#L65
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
Analyze (csharp): VersionFileCreator/Program.cs#L133
Possible null reference return.
Analyze (csharp): VersionFileCreator/Program.cs#L128
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs#L70
'ArrayParameterTypeDao.Read(NpgsqlTransaction, string, IEnumerable<Guid>, bool, DateTime?)' hides inherited member 'CompoundParameterTypeDao.Read(NpgsqlTransaction, string, IEnumerable<Guid>, bool, DateTime?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs#L146
'ArrayParameterTypeDao.MapToDto(NpgsqlDataReader)' hides inherited member 'CompoundParameterTypeDao.MapToDto(NpgsqlDataReader)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs#L70
'CyclicRatioScaleDao.Read(NpgsqlTransaction, string, IEnumerable<Guid>, bool, DateTime?)' hides inherited member 'RatioScaleDao.Read(NpgsqlTransaction, string, IEnumerable<Guid>, bool, DateTime?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs#L146
'CyclicRatioScaleDao.MapToDto(NpgsqlDataReader)' hides inherited member 'RatioScaleDao.MapToDto(NpgsqlDataReader)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): CometServer/Authentication/Anonymous/AnonymousAuthenticationHandler.cs#L55
'ISystemClock' is obsolete: 'Use TimeProvider instead.'