fix: C# EvalRule (#387)

- Fix EvalRule to call EvalRule instead of EvalQuery
- Also fix clippy errors

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2025-04-04 15:44:16 -07:00
committed by GitHub
parent 2749e820c4
commit ab93c07773
7 changed files with 26 additions and 30 deletions
+1 -1
View File
@@ -11,6 +11,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="regorus" Version="0.4.0-preview.1"/>
<PackageReference Include="regorus" Version="0.5.0"/>
</ItemGroup>
</Project>