Unleash / unleash-client-dotnet

Unleash client SDK for .NET
Apache License 2.0
77 stars 39 forks source link

fix: IN and NOT_IN Inverted now actually inverts the result #196

Closed sjaanus closed 6 months ago

sjaanus commented 6 months ago

When using the IN and NOT_IN operators with the 'inverted' option turned on, the 'inverted' flag was previously ignored. This PR addresses this issue by ensuring that when 'inverted' is applied, it effectively inverts the result.