Skip to content

Implement IS_NULL operator and INTEGER value type #32

Implement IS_NULL operator and INTEGER value type

Implement IS_NULL operator and INTEGER value type #32

Triggered via pull request May 23, 2024 22:39
@typottertypotter
opened #8
isnull
Status Success
Total duration 46s
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/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/ExperimentConfiguration.cs#L5
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/ExperimentConfiguration.cs#L8
Non-nullable property 'typedOverrides' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/ExperimentConfiguration.cs#L9
Non-nullable property 'allocations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dot-net-sdk/dto/ExperimentConfiguration.cs#L10
Non-nullable property 'rules' 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.