Readme Update #7
Annotations
3 errors and 12 warnings
|
|
|
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/
|
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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Anthropic/ApiModels/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).
|
Anthropic/Extensions/StreamHandleExtension.cs#L266
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.
|
Anthropic/Services/AnthropicMessagesService.cs#L64
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
|
Anthropic/Extensions/StreamHandleExtension.cs#L76
Dereference of a possibly null reference.
|
Anthropic/Extensions/StreamHandleExtension.cs#L76
Dereference of a possibly null reference.
|
Anthropic/Extensions/StreamHandleExtension.cs#L133
Dereference of a possibly null reference.
|
Anthropic/Extensions/StreamHandleExtension.cs#L133
Dereference of a possibly null reference.
|
Anthropic/Extensions/StreamHandleExtension.cs#L155
Dereference of a possibly null reference.
|
Anthropic/Extensions/StreamHandleExtension.cs#L183
Nullability of reference types in value of type '(string, string?)' doesn't match target type '(string EventType, string SubType)'.
|
Anthropic/Extensions/StreamHandleExtension.cs#L199
Nullability of reference types in value of type '(string, string?)' doesn't match target type '(string EventType, string SubType)'.
|
This job failed
Loading