Skip to content

refactor: Remove unused DTO imports in FetchFunctionsService and Fetc… #205

refactor: Remove unused DTO imports in FetchFunctionsService and Fetc…

refactor: Remove unused DTO imports in FetchFunctionsService and Fetc… #205

Triggered via push November 21, 2025 01:30
Status Success
Total duration 6m 23s
Artifacts
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Analyze (javascript)
`tools: latest` has been renamed to `tools: linked`, but the old name is still supported. No action is required.
Analyze (javascript)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
Analyze (csharp): Shared/ConduitLLM.Configuration/Repositories/FunctionCostMappingRepository.cs#L4
The using directive for 'ConduitLLM.Configuration.Utilities' appeared previously in this namespace
Analyze (csharp): Shared/ConduitLLM.Configuration/Repositories/FunctionCostMappingRepository.cs#L3
The using directive for 'ConduitLLM.Configuration' appeared previously in this namespace
Analyze (csharp): Shared/ConduitLLM.Functions/Services/FunctionCostService.cs#L181
The type 'System.Collections.Generic.List<ConduitLLM.Functions.Entities.FunctionCost>?' cannot be used as type parameter 'T' in the generic type or method 'FunctionCostService.GetFromHybridCacheAsync<T>(string)'. Nullability of type argument 'System.Collections.Generic.List<ConduitLLM.Functions.Entities.FunctionCost>?' doesn't match 'class' constraint.
Analyze (csharp): Shared/ConduitLLM.Functions/Services/FunctionCostService.cs#L150
The type 'ConduitLLM.Functions.Entities.FunctionCost?' cannot be used as type parameter 'T' in the generic type or method 'FunctionCostService.GetFromHybridCacheAsync<T>(string)'. Nullability of type argument 'ConduitLLM.Functions.Entities.FunctionCost?' doesn't match 'class' constraint.
Analyze (csharp): Shared/ConduitLLM.Functions/Services/FunctionCostService.cs#L77
The type 'ConduitLLM.Functions.Entities.FunctionCost?' cannot be used as type parameter 'T' in the generic type or method 'FunctionCostService.GetFromHybridCacheAsync<T>(string)'. Nullability of type argument 'ConduitLLM.Functions.Entities.FunctionCost?' doesn't match 'class' constraint.
Analyze (csharp)
`tools: latest` has been renamed to `tools: linked`, but the old name is still supported. No action is required.
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/