-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negate operator not work in dot net sdk #195
Comments
This also requires some additional tests in the |
Thank you for raising this @mohsen-khalili! We'll take a look at it! |
Fix released in 4.1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
in segment if you add Constraints and use negate operator its not work in dot net sdk and return false result
To Reproduce
Steps to reproduce the behavior:
Screenshots
![Screenshot 2024-01-07 at 09 43 52](https://private-user-images.githubusercontent.com/7185516/294741411-79607c9e-7b6f-4294-a913-5159bb5a0ff5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MzIxOTYsIm5iZiI6MTczOTkzMTg5NiwicGF0aCI6Ii83MTg1NTE2LzI5NDc0MTQxMS03OTYwN2M5ZS03YjZmLTQyOTQtYTkxMy01MTU5YmI1YTBmZjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDIyNDU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDFmMTQyN2I0MGE3NjA0YzRiYWIwMzc3NDQ2NTFkN2VmOWY0Y2I5ZmFhZjQzYzUzMThkMzc2MTAxNDBkMzM4MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.bRChBhNJv34CxJbrrqn5zNZDJrUrm2Qur3VEsCdShYo)
![Screenshot 2024-01-07 at 09 51 09](https://private-user-images.githubusercontent.com/7185516/294741501-0d9760a7-cdfc-407f-b975-ad2ded8e9117.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MzIxOTYsIm5iZiI6MTczOTkzMTg5NiwicGF0aCI6Ii83MTg1NTE2LzI5NDc0MTUwMS0wZDk3NjBhNy1jZGZjLTQwN2YtYjk3NS1hZDJkZWQ4ZTkxMTcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDIyNDU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmQwOGM5ZjI5Y2Y3MmE2N2U4ZTRhYThmNTI1MjgxYWUwYThkMzE5NWNhZTA2MzU2YjZlNWRmNGYwOTE4NDg2ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.1jI3bLKfH5YdNy_L-ba17N4Cx4rzqvQHr7NEcYUrJrI)
negate off:
negate on:
The text was updated successfully, but these errors were encountered: