minor readability improvements #2
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
UniversalLLMFunctionCallerDemo/Program.cs#L13
Possible null reference argument for parameter 'apiKey' in 'IKernelBuilder MistralServiceCollectionExtensions.AddMistralChatCompletion(IKernelBuilder builder, string apiKey, string modelId, string? serviceId = null, HttpClient? httpClient = null)'.
|
Build:
UniversalLLMFunctionCaller/FunctionCall.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UniversalLLMFunctionCaller/FunctionCall.cs#L17
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UniversalLLMFunctionCaller/FunctionCall.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UniversalLLMFunctionCaller/FunctionCall.cs#L12
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
UniversalLLMFunctionCaller/UniversalLLMFunctionCaller.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build:
UniversalLLMFunctionCaller/UniversalLLMFunctionCaller.cs#L44
Possible null reference return.
|
Build:
UniversalLLMFunctionCaller/UniversalLLMFunctionCaller.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Build:
UniversalLLMFunctionCaller/UniversalLLMFunctionCaller.cs#L84
Converting null literal or possible null value to non-nullable type.
|
Build:
UniversalLLMFunctionCaller/UniversalLLMFunctionCaller.cs#L85
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading