9.0.1 #511
Annotations
11 warnings
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/FunctionCalling/PropertyDefinitionGenerator.cs#L56
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
OpenAI.Utilities/FunctionCalling/PropertyDefinitionGenerator.cs#L57
Possible null reference argument for parameter 'type' in 'PropertyDefinition PropertyDefinitionGenerator.GenerateFromType(Type type)'.
|
Analyze (csharp):
OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Analyze (csharp):
OpenAI.Utilities/Embedding/EmbeddingTools.cs#L204
Nullability of reference types in value of type 'List<TextEmbeddingData?>' doesn't match target type 'IEnumerable<TextEmbeddingData>'.
|
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)'
|