Skip to content

Merge pull request #461 from betalgo/dev #3

Merge pull request #461 from betalgo/dev

Merge pull request #461 from betalgo/dev #3

Triggered via push December 18, 2023 17:59
Status Success
Total duration 6m 21s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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): 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#L15
Missing XML comment for publicly visible type or member 'IEmbeddingTools'
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L34
Missing XML comment for publicly visible type or member 'IEmbeddingTools.CreateContext(string, DataFrame, int)'
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L36
Missing XML comment for publicly visible type or member 'IEmbeddingTools.LoadEmbeddedDataFromCsv(string)'
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L39
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced'
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L54
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.ClearTempCsv(string)'
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/AudioCreateSpeechRequest.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AudioCreateSpeechRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
Analyze (csharp): OpenAI.Utilities/Embedding/EmbeddingTools.cs#L88
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.DistancesFromEmbeddings(List<double>, DataFrameColumn)'
Analyze (csharp): OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).