refactor: Remove unused DTO imports in FetchFunctionsService and Fetc… #205
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/FunctionCostCalculationService.Hybrid.cs#L182
Dereference of a possibly null reference.
|
|
Analyze (csharp):
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L167
Dereference of a possibly null reference.
|
|
Analyze (csharp):
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L161
Dereference of a possibly null reference.
|
|
Analyze (csharp):
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L146
Dereference of a possibly null reference.
|
|
Analyze (csharp):
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Estimation.cs#L271
Dereference of a possibly null reference.
|
|
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/
|