Skip to content

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

refactor: Remove unused DTO imports in FetchFunctionsService and Fetc…

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

Triggered via push November 21, 2025 01:30
Status Failure
Total duration 3m 2s
Artifacts

ci.yml

on: push
NPM Publish
0s
NPM Publish
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Validate
Process completed with exit code 1.
Validate: Shared/ConduitLLM.Configuration/Repositories/FunctionCostMappingRepository.cs#L4
The using directive for 'ConduitLLM.Configuration.Utilities' appeared previously in this namespace
Validate: Shared/ConduitLLM.Configuration/Repositories/FunctionCostMappingRepository.cs#L3
The using directive for 'ConduitLLM.Configuration' appeared previously in this namespace
Validate: 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.
Validate: 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.
Validate: 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.