Skip to content

ci: update github action #4

ci: update github action

ci: update github action #4

Triggered via push November 26, 2024 19:35
Status Failure
Total duration 40s
Artifacts

build-test.yml

on: push
build-test
32s
build-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/ApplicationFixture.cs#L1
The type or namespace name 'AIAssist' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistantManagerIntegrationTests.cs#L2
The type or namespace name 'AIAssist' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistantManagerIntegrationTests.cs#L3
The type or namespace name 'AIAssist' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistantManagerIntegrationTests.cs#L5
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistantManagerIntegrationTests.cs#L6
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistantManagerIntegrationTests.cs#L7
The type or namespace name 'Spectre' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistStrategies/EmbeddingCodeAssistStrategyIntegrationTests.cs#L1
The type or namespace name 'AIAssist' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistStrategies/EmbeddingCodeAssistStrategyIntegrationTests.cs#L2
The type or namespace name 'AIAssist' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistStrategies/EmbeddingCodeAssistStrategyIntegrationTests.cs#L3
The type or namespace name 'Clients' could not be found (are you missing a using directive or an assembly reference?)
build-test: tests/IntegrationTests/AIAssistant.IntegrationTests/Services/CodeAssistStrategies/EmbeddingCodeAssistStrategyIntegrationTests.cs#L5
The type or namespace name 'Extensions' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
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/LLM/Tokenizers/HuggingfacePretrainTokenizer.cs#L6
Parameter 'huggingfaceModelUrl' is unread.
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/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#L157
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build-test: src/BuildingBlocks/SpectreConsole/Markdown/SpectreMarkdownBlockRendering.cs#L260
Possible null reference argument for parameter 'inline' in 'IRenderable SpectreMarkdownInlineRendering.RenderContainerInline(ContainerInline inline, Style? style = null, Justify alignment = Justify.Left)'.
build-test: src/BuildingBlocks/SpectreConsole/Markdown/SpectreMarkdownInlineRendering.cs#L24
TODO : These features are less adopted in practice and the MarkdownPipeline isn't configured to generate them - feel free to add support! (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
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)