-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_errors.txt
More file actions
19 lines (16 loc) · 5.88 KB
/
build_errors.txt
File metadata and controls
19 lines (16 loc) · 5.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Determining projects to restore...
All projects are up-to-date for restore.
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(58,58): warning CS8604: Possible null reference argument for parameter 'sessionId' in 'IAsyncEnumerable<AgentEvent> LLMAgent.CoreStreamAsync(IContent input, string sessionId, Type? outputType, CancellationToken ct)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(69,58): warning CS8604: Possible null reference argument for parameter 'sessionId' in 'IAsyncEnumerable<AgentEvent> LLMAgent.CoreStreamAsync(IContent input, string sessionId, Type? outputType, CancellationToken ct)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\LLM\LLMExecutor.cs(139,13): warning CS8604: Possible null reference argument for parameter 'ModelName' in 'LLMMetaEvent.LLMMetaEvent(TokenUsage Usage, FinishReason FinishReason, string ModelName, TimeSpan? Duration = null, int ToolSchemaTokens = 0, Dictionary<string, object>? Extra = null)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(191,25): error CS1626: Cannot yield a value in the body of a try block with a catch clause [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(217,25): error CS0156: A throw statement with no arguments is not allowed outside of a catch clause [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
Build FAILED.
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(58,58): warning CS8604: Possible null reference argument for parameter 'sessionId' in 'IAsyncEnumerable<AgentEvent> LLMAgent.CoreStreamAsync(IContent input, string sessionId, Type? outputType, CancellationToken ct)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(69,58): warning CS8604: Possible null reference argument for parameter 'sessionId' in 'IAsyncEnumerable<AgentEvent> LLMAgent.CoreStreamAsync(IContent input, string sessionId, Type? outputType, CancellationToken ct)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\LLM\LLMExecutor.cs(139,13): warning CS8604: Possible null reference argument for parameter 'ModelName' in 'LLMMetaEvent.LLMMetaEvent(TokenUsage Usage, FinishReason FinishReason, string ModelName, TimeSpan? Duration = null, int ToolSchemaTokens = 0, Dictionary<string, object>? Extra = null)'. [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(191,25): error CS1626: Cannot yield a value in the body of a try block with a catch clause [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
D:\CodeBase\AgentCore-Main\AgentCore\Agent.cs(217,25): error CS0156: A throw statement with no arguments is not allowed outside of a catch clause [D:\CodeBase\AgentCore-Main\AgentCore\AgentCore.csproj]
3 Warning(s)
2 Error(s)
Time Elapsed 00:00:01.80