asulwer / RulesEngine

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

myValue' not found" #45

Closed sunil233 closed 3 days ago

sunil233 commented 3 days ago

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

asulwer commented 3 days ago

are you referencing this code?

RenanCarlosPereira commented 3 days 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 3 days ago

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

asulwer commented 3 days ago

@RenanCarlosPereira check PR

RenanCarlosPereira commented 3 days ago

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

asulwer commented 3 days ago

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