Skip to content

Merge pull request #392 from betalgo/dev #18

Merge pull request #392 from betalgo/dev

Merge pull request #392 from betalgo/dev #18

Triggered via push October 17, 2023 01:44
Status Success
Total duration 3m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

21 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: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L33
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/CompletionCreateRequest.cs#L209
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/FineTuningJobCreateRequest.cs#L51
Nullability of reference types in type of parameter 'value' of 'void FineTuningJobCreateRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/ImageCreateRequest.cs#L9
Nullability of reference types in return type of 'string? SharedImageRequestBaseModel.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/CreateModerationResponse.cs#L12
Nullability of reference types in type of parameter 'value' of 'void CreateModerationResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/FineTuneResponseModels/FineTuneResponse.cs#L29
Nullability of reference types in type of parameter 'value' of 'void FineTuneResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/FineTuningJobResponseModels/FineTuningJobResponse.cs#L82
Nullability of reference types in type of parameter 'value' of 'void FineTuningJobResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/Managers/OpenAIImage.cs#L50
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L43
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L28
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L33
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/CompletionCreateRequest.cs#L209
Nullability of reference types in return type of 'string? CompletionCreateRequest.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/FineTuningJobCreateRequest.cs#L51
Nullability of reference types in type of parameter 'value' of 'void FineTuningJobCreateRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/ImageCreateRequest.cs#L9
Nullability of reference types in return type of 'string? SharedImageRequestBaseModel.User.get' doesn't match implicitly implemented member 'string IUser.User.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/CreateModerationResponse.cs#L12
Nullability of reference types in type of parameter 'value' of 'void CreateModerationResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/FineTuneResponseModels/FineTuneResponse.cs#L29
Nullability of reference types in type of parameter 'value' of 'void FineTuneResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/ResponseModels/FineTuningJobResponseModels/FineTuningJobResponse.cs#L82
Nullability of reference types in type of parameter 'value' of 'void FineTuningJobResponse.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/Managers/OpenAIChatCompletions.cs#L129
Dereference of a possibly null reference.