Has anyone used this with c#? #282
|
I have an issue and I assume it's because of the c# interop, but I'm not positive. I can add the policy and set the input, but when calling EvalQuery I always get back an empty result: results = {} |
Answered by
scottc-WellSky
Jul 19, 2024
Replies: 2 comments
|
Never mind. I had a naming faux paux. assessment_consent != assessment.consent. All working well now. |
0 replies
Answer selected by
scottc-WellSky
|
scottc-WellSky We are using it internally at MSFT from C#. Do let us know if you spot anything amiss or have suggestions for improvement. cc Jie Yang (@yangjie-msft) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind. I had a naming faux paux. assessment_consent != assessment.consent. All working well now.