Sweep: Bug: CrewTest has bugs #218
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build using dotnet:
src/Providers/Google/src/Extensions/GoogleGeminiExtensions.cs#L17
Argument type 'EnhancedGenerateContentResponse' is not CLS-compliant
|
Build using dotnet:
src/Providers/Google/src/Extensions/GoogleGeminiExtensions.cs#L22
Return type of 'GoogleGeminiExtensions.ToGenerativeAiTools(IEnumerable<ChatCompletionFunction>)' is not CLS-compliant
|
Build using dotnet:
src/Providers/Google/src/Extensions/GoogleGeminiExtensions.cs#L22
Argument type 'IEnumerable<ChatCompletionFunction>' is not CLS-compliant
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L43
Possible null reference argument for parameter 'functionName' in 'Content StringExtensions.AsFunctionCallContent(string args, string functionName)'.
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L44
Possible null reference argument for parameter 'functionName' in 'Content StringExtensions.AsFunctionResultContent(string args, string functionName)'.
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L55
Dereference of a possibly null reference.
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L138
Possible null reference argument for parameter 'token' in 'void ChatModel.OnPartialResponseGenerated(string token)'.
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L140
Possible null reference argument for parameter 'token' in 'void ChatModel.OnCompletedResponseGenerated(string token)'.
|
Build using dotnet:
src/Providers/Google/src/GoogleChatModel.cs#L154
Dereference of a possibly null reference.
|
Build using dotnet:
src/Providers/Google/src/Extensions/StringExtensions.cs#L50
XML comment has a param tag for 'message', but there is no parameter by that name
|
Loading