Skip to content

feat: allow objects for Categorical Attributes #47

feat: allow objects for Categorical Attributes

feat: allow objects for Categorical Attributes #47

Triggered via pull request November 15, 2024 04:05
Status Success
Total duration 49s
Artifacts

run-tests.yml

on: pull_request
build-and-run-tests
39s
build-and-run-tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-run-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-run-tests: dot-net-sdk/http/EppoHttpClient.cs#L135
Dereference of a possibly null reference.
build-and-run-tests: eppo-sdk-test/validators/RuleValidatorTest.cs#L131
Cannot convert null literal to non-nullable reference type.
build-and-run-tests: eppo-sdk-test/dto/ContextAttributesTest.cs#L29
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'other' of type 'IDictionary<string, object?>' in 'ContextAttributes ContextAttributes.FromDict(string key, IDictionary<string, object?> other)' due to differences in the nullability of reference types.
build-and-run-tests: eppo-sdk-test/validators/RuleValidatorTest.cs#L209
Cannot convert null literal to non-nullable reference type.
build-and-run-tests: eppo-sdk-test/validators/RuleValidatorTest.cs#L222
Cannot convert null literal to non-nullable reference type.
build-and-run-tests: eppo-sdk-test/validators/RuleValidatorTest.cs#L275
Cannot convert null literal to non-nullable reference type.
build-and-run-tests: eppo-sdk-test/EppoClientTest.cs#L80
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build-and-run-tests: eppo-sdk-test/validators/RuleValidatorTest.cs#L398
Dereference of a possibly null reference.
build-and-run-tests: eppo-sdk-test/http/HttpClientTest.cs#L70
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build-and-run-tests: dot-net-sdk/http/EppoHttpClient.cs#L135
Dereference of a possibly null reference.