Fix/content block code execution result #166
Merged
Annotations
10 warnings
|
Anthropic.SDK/EndpointBase.cs#L165
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.
|
|
Anthropic.SDK/VertexAIEndpointBase.cs#L143
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.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L148
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L146
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L143
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L140
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Anthropic.SDK/Messaging/MessageResponse.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading