Skip to content

Major update for the initial version #3

Major update for the initial version

Major update for the initial version #3

Triggered via push July 17, 2024 16:04
Status Success
Total duration 1m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, alirezanet/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Anthropic/Services/AnthropicMessagesService.cs#L65
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
build: Anthropic/Extensions/StreamHandleExtension.cs#L265
The type 'int?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'int?' doesn't match 'notnull' constraint.
build: Anthropic/ObjectModels/RequestModels/MessageRequest.cs#L91
Nullability of reference types in type of parameter 'value' of 'void MessageRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: Anthropic/Services/AnthropicMessagesService.cs#L65
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
build: Anthropic/ObjectModels/SharedModels/ToolChoice.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/RequestModels/MessageRequest.cs#L91
Nullability of reference types in type of parameter 'value' of 'void MessageRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L38
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/ToolChoice.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L44
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L38
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/RequestModels/MessageRequest.cs#L91
Nullability of reference types in type of parameter 'value' of 'void MessageRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: Anthropic/Extensions/StreamHandleExtension.cs#L265
The type 'int?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'int?' doesn't match 'notnull' constraint.
build: Anthropic/Services/AnthropicMessagesService.cs#L65
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
build: Anthropic/ObjectModels/SharedModels/ToolChoice.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L38
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L44
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Tool.cs#L26
Non-nullable property 'InputSchema' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Anthropic/ObjectModels/SharedModels/Metadata.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.