Skip to content

update to SK v1.32.0 #43

update to SK v1.32.0

update to SK v1.32.0 #43

Triggered via push December 31, 2024 02:07
Status Failure
Total duration 3m 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: BlazorWithSematicKernel/Pages/SciFiAgentRunner.razor.cs#L8
The type or namespace name 'AngleSharp' could not be found (are you missing a using directive or an assembly reference?)
build: BlazorWithSematicKernel/Pages/SciFiAgentRunner.razor.cs#L8
The type or namespace name 'AngleSharp' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: BlazorAceEditor/Models/AceEditorOptions.cs#L42
'AceEditorOptions.UseSoftTabs' hides inherited member 'AceSessionOptions.UseSoftTabs'. Use the new keyword if hiding was intended.
build: SemanticKernelAgentOrchestration/Models/AgentMessage.cs#L31
'AgentMessageStreamUpdate.AuthorName' hides inherited member 'StreamingChatMessageContent.AuthorName'. Use the new keyword if hiding was intended.
build: SemanticKernelAgentOrchestration/Group/IGroupChat.cs#L10
Cannot convert null literal to non-nullable reference type.
build: SemanticKernelAgentOrchestration/Group/GroupChat.cs#L103
Possible null reference argument for parameter 'item' in 'void ChatHistory.Add(ChatMessageContent item)'.
build: SemanticKernelAgentOrchestration/DynamicAgentChat/AutoSequentialChat.cs#L73
Possible null reference argument for parameter 'item' in 'void List<ChatMessageContent>.Add(ChatMessageContent item)'.
build: SemanticKernelAgentOrchestration/Models/InteractiveStreamingAgent.cs#L45
Possible null reference argument for parameter 'input' in 'string InteractiveStreamingAgent.EnsurePattern(string input)'.
build: SemanticKernelAgentOrchestration/DynamicAgentChat/AutoSequentialChat.cs#L111
Possible null reference argument for parameter 'item' in 'int List<ChatAgent>.IndexOf(ChatAgent item)'.
build: SemanticKernelAgentOrchestration/DynamicAgentChat/AutoSequentialChat.cs#L127
Possible null reference argument for parameter 'json' in 'IntentTransition? JsonSerializer.Deserialize<IntentTransition>(string json, JsonSerializerOptions? options = null)'.
build: SemanticKernelAgentOrchestration/DynamicAgentChat/AutoSequentialChat.cs#L128
Dereference of a possibly null reference.
build: ChatComponents/ChatView.razor.cs#L44
Possible null reference assignment.