Skip to content

feat: save/load test for dotnet agents #4064

feat: save/load test for dotnet agents

feat: save/load test for dotnet agents #4064

Triggered via pull request February 5, 2025 17:38
Status Failure
Total duration 6m 18s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'IAgentRuntime.SaveAgentStateAsync(AgentId)'. 'GrpcAgentRuntime.SaveAgentStateAsync(AgentId)' cannot implement 'IAgentRuntime.SaveAgentStateAsync(AgentId)' because it does not have the matching return type of 'ValueTask<IDictionary<string, JsonElement>>'.
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'IAgentRuntime.LoadAgentStateAsync(AgentId, IDictionary<string, JsonElement>)'
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'ISaveState<IAgentRuntime>.SaveStateAsync()'. 'GrpcAgentRuntime.SaveStateAsync()' cannot implement 'ISaveState<IAgentRuntime>.SaveStateAsync()' because it does not have the matching return type of 'ValueTask<IDictionary<string, JsonElement>>'.
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'ISaveState<IAgentRuntime>.LoadStateAsync(IDictionary<string, JsonElement>)'
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'IAgentRuntime.SaveAgentStateAsync(AgentId)'. 'GrpcAgentRuntime.SaveAgentStateAsync(AgentId)' cannot implement 'IAgentRuntime.SaveAgentStateAsync(AgentId)' because it does not have the matching return type of 'ValueTask<IDictionary<string, JsonElement>>'.
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'IAgentRuntime.LoadAgentStateAsync(AgentId, IDictionary<string, JsonElement>)'
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'ISaveState<IAgentRuntime>.SaveStateAsync()'. 'GrpcAgentRuntime.SaveStateAsync()' cannot implement 'ISaveState<IAgentRuntime>.SaveStateAsync()' because it does not have the matching return type of 'ValueTask<IDictionary<string, JsonElement>>'.
Analyze (csharp): dotnet/src/Microsoft.AutoGen/Core.Grpc/GrpcAgentRuntime.cs#L82
'GrpcAgentRuntime' does not implement interface member 'ISaveState<IAgentRuntime>.LoadStateAsync(IDictionary<string, JsonElement>)'
Analyze (csharp)
Process completed with exit code 1.