Skip to content

Implement UFC (FF-2235) (#11) #47

Implement UFC (FF-2235) (#11)

Implement UFC (FF-2235) (#11) #47

Re-run triggered June 10, 2024 16:03
Status Failure
Total duration 57s
Artifacts

on_push_hook.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 2.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: dot-net-sdk/dto/Variation.cs#L8
Non-nullable property 'shardRange' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/ExperimentConfigurationResponse.cs#L4
Non-nullable property 'flags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/HasEppoValue.cs#L46
Possible null reference argument for parameter 'collection' in 'List<string>.List(IEnumerable<string> collection)'.
build: dot-net-sdk/dto/HasEppoValue.cs#L48
Converting null literal or possible null value to non-nullable type.
build: dot-net-sdk/dto/HasEppoValue.cs#L48
Possible null reference return.
build: eppo-sdk-test/EppoClientTest.cs#L47
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: eppo-sdk-test/validators/RuleValidatorTest.cs#L161
Cannot convert null literal to non-nullable reference type.
build: eppo-sdk-test/validators/RuleValidatorTest.cs#L174
Cannot convert null literal to non-nullable reference type.
build: eppo-sdk-test/validators/RuleValidatorTest.cs#L227
Cannot convert null literal to non-nullable reference type.
build: eppo-sdk-test/validators/RuleValidatorTest.cs#L350
Dereference of a possibly null reference.