asulwer / RulesEngine

Rules Engine with extensive Dynamic expression support
MIT License
26 stars 1 forks source link

myValue' not found" #45

Closed sunil233 closed 4 months ago

sunil233 commented 4 months ago

Exception while parsing expression myValue.Value1 == \"Fabrikam\" - Type 'myValue' not found"

asulwer commented 4 months ago

are you referencing this code?

RenanCarlosPereira commented 4 months ago

Hey @sunil233 could you provide the full sample, we need to check what you are passing in the parameters for the rules engine method, thanks 🙏

asulwer commented 4 months ago

@sunil233 found the issue, opened a PR with the solution. waiting on it to be reviewed before merging

asulwer commented 4 months ago

@RenanCarlosPereira check PR

RenanCarlosPereira commented 4 months ago

Oh ok, I didnt k ow he was referring to the demo code 😂

asulwer commented 4 months ago

i assumed he was because that line exists in that code AND it was an issue