Skip to content

v3.0.0 - Tools and More #28

v3.0.0 - Tools and More

v3.0.0 - Tools and More #28

Triggered via pull request April 11, 2024 12:49
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'