Skip to content

Implement IS_NULL operator and INTEGER value type #35

Implement IS_NULL operator and INTEGER value type

Implement IS_NULL operator and INTEGER value type #35

Triggered via pull request May 28, 2024 04:10
@typottertypotter
synchronize #8
isnull
Status Success
Total duration 1m 10s
Artifacts

on_push_hook.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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#L5
Non-nullable property 'typedValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/Variation.cs#L6
Non-nullable property 'shardRange' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/Allocation.cs#L6
Non-nullable property 'variations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/validators/RuleValidator.cs#L33
Converting null literal or possible null value to non-nullable type.
build: dot-net-sdk/validators/RuleValidator.cs#L36
Converting null literal or possible null value to non-nullable type.
build: dot-net-sdk/dto/Rule.cs#L5
Non-nullable property 'allocationKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/Rule.cs#L6
Non-nullable property 'conditions' 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/Condition.cs#L8
Non-nullable property 'attribute' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/Condition.cs#L9
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.