Skip to content

Merge pull request #602 from betalgo/dev #430

Merge pull request #602 from betalgo/dev

Merge pull request #602 from betalgo/dev #430

Triggered via push June 15, 2024 17:10
Status Success
Total duration 7m 27s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, github/codeql-action/init@v2, actions/setup-dotnet@v1, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L6
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L203
Nullability of reference types in value of type 'List<TextEmbeddingData?>' doesn't match target type 'IEnumerable<TextEmbeddingData>'.
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L14
Missing XML comment for publicly visible type or member 'IEmbeddingTools'
Analyze (csharp): OpenAI.SDK/Interfaces/IRunService.cs#L29
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L33
Missing XML comment for publicly visible type or member 'IEmbeddingTools.CreateContext(string, DataFrame, int)'
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L35
Missing XML comment for publicly visible type or member 'IEmbeddingTools.LoadEmbeddedDataFromCsv(string)'
Analyze (csharp): OpenAI.SDK/Interfaces/IRunService.cs#L78
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L38
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced'
Analyze (csharp): OpenAI.SDK/Interfaces/IRunService.cs#L99
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable