Merge pull request #250 from Avanade/feature/structV8 #8
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Liquid.ChatCompletions.OpenAi/OpenAiClientFactory.cs#L79
Possible null reference return.
|
src/Liquid.ChatCompletions.OpenAi/OpenAiChatCompletions.cs#L133
Converting null literal or possible null value to non-nullable type.
|
src/Liquid.ChatCompletions.OpenAi/OpenAiClientFactory.cs#L40
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
src/Liquid.ChatCompletions.OpenAi/OpenAiChatCompletions.cs#L151
The parameter name 'chatRequestMessage' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
|
src/Liquid.ChatCompletions.OpenAi/OpenAiClientFactory.cs#L79
Possible null reference return.
|
src/Liquid.ChatCompletions.OpenAi/OpenAiChatCompletions.cs#L133
Converting null literal or possible null value to non-nullable type.
|
src/Liquid.ChatCompletions.OpenAi/OpenAiClientFactory.cs#L40
Remove this unnecessary check for null. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
src/Liquid.ChatCompletions.OpenAi/OpenAiChatCompletions.cs#L151
The parameter name 'chatRequestMessage' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
|
|
|
The logs for this run have expired and are no longer available.
Loading