Skip to content

Merge branch 'master' into develop #107

Merge branch 'master' into develop

Merge branch 'master' into develop #107

Triggered via push July 30, 2023 13:54
Status Success
Total duration 46s
Artifacts

dotnet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/Utils/JsonStringEnumConverterEx.cs#L46
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, TEnum>.TryGetValue(string key, out TEnum value)'.
build: DevExtremeAI/Utils/JsonStringArgumentsDictionaryConverter.cs#L17
Converting null literal or possible null value to non-nullable type.
build: DevExtremeAI/Utils/JsonStringArgumentsDictionaryConverter.cs#L30
Converting null literal or possible null value to non-nullable type.
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/ModerationsDTO.cs#L45
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.