Bump Microsoft.Extensions.AI.Ollama from 9.3.0-preview.1.25114.11 to 9.3.0-preview.1.25161.3 #56
Annotations
3 errors and 10 warnings
build
Process completed with exit code 1.
|
build:
MCPSharp.Example.OllamaChatCLI/Program.cs#L40
'ChatResponse' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'ChatResponse' could be found (are you missing a using directive or an assembly reference?)
|
build:
MCPSharp.Example.OllamaChatCLI/Program.cs#L40
'ChatResponse' does not contain a definition for 'Message' and no accessible extension method 'Message' accepting a first argument of type 'ChatResponse' could be found (are you missing a using directive or an assembly reference?)
|
build:
MCPSharp/Attributes/McpResourceAttribute.cs#L6
Missing XML comment for publicly visible type or member 'McpResourceAttribute.Name'
|
build:
MCPSharp/Attributes/McpResourceAttribute.cs#L4
Missing XML comment for publicly visible type or member 'McpResourceAttribute.McpResourceAttribute(string, string, string, string)'
|
build:
MCPSharp/Attributes/McpResourceAttribute.cs#L4
Missing XML comment for publicly visible type or member 'McpResourceAttribute'
|
build:
MCPSharp/Core/MCPServer.cs#L17
The field 'MCPServer.StandardOutput' is never used
|
build:
MCPSharp/Core/Tools/ToolManager.cs#L138
'McpFunctionAttribute' is obsolete: 'To better align with the standard,
|
build:
MCPSharp/Core/Transport/SSE/ServerSentEventsService.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
MCPSharp/Core/Transport/SSE/ServerSentEventsService.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
MCPSharp/Core/MCPServer.cs#L104
'McpFunctionAttribute' is obsolete: 'To better align with the standard,
|
build:
MCPSharp/Core/MCPServer.cs#L80
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
MCPSharp/Core/MCPClient.cs#L45
XML comment has badly formed XML -- 'Expected an end tag for element 'param'.'
|