Skip to content

explicit environment values implementation #7

explicit environment values implementation

explicit environment values implementation #7

Triggered via push May 31, 2023 20:46
Status Success
Total duration 8m 49s
Artifacts

dotnet-ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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#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/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/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.
build: DevExtremeAI/OpenAIDTO/ModerationsDTO.cs#L40
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.