Skip to content

Development

Development #49

Triggered via pull request March 15, 2025 13:42
@afriseafrise
opened #23
dev
Status Failure
Total duration 42s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: MCPSharp/Model/Results/ResourceReadResult.cs#L7
Missing XML comment for publicly visible type or member 'ResourceReadResult.Uri'
build: MCPSharp/Model/Results/ResourceReadResult.cs#L5
Missing XML comment for publicly visible type or member 'ResourceReadResult'
build: MCPSharp/Model/ResourceReadRequest.cs#L5
Missing XML comment for publicly visible type or member 'ResourceReadRequest.Uri'
build: MCPSharp/Model/ResourceReadRequest.cs#L3
Missing XML comment for publicly visible type or member 'ResourceReadRequest'
build: MCPSharp/Core/MCPClient.cs#L235
Missing XML comment for publicly visible type or member 'MCPClient.GetResourceAsync(string)'
build: MCPSharp/Core/MCPClient.cs#L28
The field 'MCPClient._logger' is never used
build: MCPSharp/Core/ServerRpcTarget.cs#L73
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#L142
'McpFunctionAttribute' is obsolete: 'To better align with the standard,
build: MCPSharp/Attributes/McpResourceAttribute.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: MCPSharp/Attributes/McpResourceAttribute.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.