Skip to content

Merge branch 'hotfix/fix-tests' #15

Merge branch 'hotfix/fix-tests'

Merge branch 'hotfix/fix-tests' #15

Triggered via push January 3, 2024 16:54
Status Failure
Total duration 9m 23s
Artifacts

dotnet-ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@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: DevExtremeAI/OpenAIClient/OpenAIAPIClient.Embeddings.cs#L6
The using directive for 'DevExtremeAI.OpenAIDTO' appeared previously in this namespace
build: DevExtremeAI/OpenAIDTO/ChatDTO.cs#L50
'ChatCompletionRequestMessage' is obsolete: 'use descendant of ChatCompletionRoleRequestMessage or ChatCompletionRoleStringContentMessage'
build: DevExtremeAI/Settings/AIEnvironment.cs#L56
Nullability of reference types in return type of 'string? BaseAIEnvironment.GetOrganization()' doesn't match implicitly implemented member 'string IAIEnvironment.GetOrganization()' (possibly because of nullability attributes).
build: DevExtremeAI/Settings/AIEnvironment.cs#L63
Nullability of reference types in return type of 'string? BaseAIEnvironment.GetApiKey()' doesn't match implicitly implemented member 'string IAIEnvironment.GetApiKey()' (possibly because of nullability attributes).
build: DevExtremeAI/OpenAIDTO/ChatDTO.cs#L444
'ChatCompletionRoleStringContentMessage.Role' hides inherited member 'ChatCompletionRoleRequestMessage.Role'. Use the new keyword if hiding was intended.
build: DevExtremeAI/Settings/AIEnvironment.cs#L128
Possible null reference assignment.
build: DevExtremeAI/Settings/AIEnvironment.cs#L126
Non-nullable field '_organizationId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DevExtremeAI/OpenAIDTO/AudioDTO.cs#L18
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DevExtremeAI/OpenAIDTO/AudioDTO.cs#L24
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DevExtremeAI/OpenAIDTO/AudioDTO.cs#L58
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.