Skip to content

Merge pull request #25 from AndreaPic/develop #2

Merge pull request #25 from AndreaPic/develop

Merge pull request #25 from AndreaPic/develop #2

Triggered via push May 20, 2023 12:49
Status Failure
Total duration 1m 3s
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
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: microsoft/variable-substitution@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: DevExtremeAI/OpenAIClient/OpenAIAPIClient.Embeddings.cs#L6
The using directive for 'DevExtremeAI.OpenAIDTO' appeared previously in this namespace
build: DevExtremeAI/Settings/AIEnvironment.cs#L20
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#L21
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/Utils/JsonStringEnumConverterEx.cs#L46
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, TEnum>.TryGetValue(string key, out TEnum value)'.
build: DevExtremeAI/Settings/AIEnvironment.cs#L50
Possible null reference assignment.
build: DevExtremeAI/Settings/AIEnvironment.cs#L48
Non-nullable field '_organization' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: DevExtremeAI/OpenAIDTO/ModerationsDTO.cs#L45
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DevExtremeAI/OpenAIDTO/ModerationsDTO.cs#L48
Non-nullable property 'CategoryScores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DevExtremeAI/OpenAIDTO/ModerationsDTO.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DevExtremeAI/OpenAIDTO/ModerationsDTO.cs#L37
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.