refactor: ♻️ enhance cache-models and model-options loading #35
Annotations
11 warnings
build-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test:
src/BuildingBlocks/Extensions/ReflectionExtensions.cs#L17
Converting null literal or possible null value to non-nullable type.
|
build-test:
src/BuildingBlocks/Extensions/ReflectionExtensions.cs#L18
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
|
build-test:
src/BuildingBlocks/Utils/HtmlHelper.cs#L19
Possible null reference argument for parameter 'node' in 'void HtmlHelper.ParseHtmlNode(INode node, StringBuilder bbCodeBuilder)'.
|
build-test:
src/BuildingBlocks/LLM/Tokenizers/HuggingfacePretrainTokenizer.cs#L6
Parameter 'huggingfaceModelUrl' is unread.
|
build-test:
src/BuildingBlocks/Utils/HtmlHelper.cs#L74
Dereference of a possibly null reference.
|
build-test:
src/BuildingBlocks/Utils/HtmlHelper.cs#L125
Dereference of a possibly null reference.
|
build-test:
src/BuildingBlocks/SpectreConsole/Markdown/SpectreMarkdownBlockRendering.cs#L258
Possible null reference argument for parameter 'inline' in 'IRenderable SpectreMarkdownInlineRendering.RenderContainerInline(ContainerInline inline, Style? style = null, Justify alignment = Justify.Left)'.
|
build-test:
src/BuildingBlocks/InMemoryVectorDatabase/Collection.cs#L5
Rename type name VectorCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build-test:
src/BuildingBlocks/InMemoryVectorDatabase/Contracts/ICollection.cs#L3
Rename type name IVectorCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
build-test:
src/BuildingBlocks/LLM/Tokenizers/HuggingfacePretrainTokenizer.cs#L10
Implement the functionality (or raise NotSupportedException or PlatformNotSupportedException) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0025.md)
|