v3.0.0 - Tools and More #28
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Anthropic.SDK/Messaging/MessageParameters.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Anthropic.SDK/AnthropicClient.cs#L8
Missing XML comment for publicly visible type or member 'AnthropicClient'
|
build:
Anthropic.SDK/AnthropicClient.cs#L10
Missing XML comment for publicly visible type or member 'AnthropicClient.ApiUrlFormat'
|
build:
Anthropic.SDK/AnthropicClient.cs#L37
Missing XML comment for publicly visible type or member 'AnthropicClient.AnthropicClient(APIAuthentication)'
|
build:
Anthropic.SDK/APIAuthentication.cs#L7
Missing XML comment for publicly visible type or member 'APIAuthentication'
|
build:
Anthropic.SDK/Common/Function.cs#L15
Missing XML comment for publicly visible type or member 'Function'
|
build:
Anthropic.SDK/Common/Function.cs#L17
Missing XML comment for publicly visible type or member 'Function.Function()'
|
build:
Anthropic.SDK/Common/Function.cs#L93
Missing XML comment for publicly visible type or member 'Function.FromFunc<TResult>(string, Func<TResult>, string)'
|
build:
Anthropic.SDK/Common/Function.cs#L96
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, TResult>(string, Func<T1, TResult>, string)'
|
build:
Anthropic.SDK/Common/Function.cs#L99
Missing XML comment for publicly visible type or member 'Function.FromFunc<T1, T2, TResult>(string, Func<T1, T2, TResult>, string)'
|