refactor: Remove unused DTO imports in FetchFunctionsService and Fetc… #119
ci.yml
on: push
Validate
2m 57s
NPM Publish
0s
Matrix: docker
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/FunctionCostCalculationService.Hybrid.cs#L182
Dereference of a possibly null reference.
|
|
Validate:
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L167
Dereference of a possibly null reference.
|
|
Validate:
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L161
Dereference of a possibly null reference.
|
|
Validate:
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Hybrid.cs#L146
Dereference of a possibly null reference.
|
|
Validate:
Shared/ConduitLLM.Functions/Services/FunctionCostCalculationService.Estimation.cs#L271
Dereference of a possibly null reference.
|
|
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.
|