Development #49
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.
|