mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Regorus now defaults to rego v1. `import rego.v1` is no longer needed. Additionally, `future` keywords are automatically imported. See https://www.openpolicyagent.org/docs/latest/v0-upgrade/#changes-to-rego-in-opa-v10 to understand the differences between rego v1 and v0. BREAKING CHANGE: v0 style policies will error out by default. To enable v0 behavior, call engine.set_rego_v0(true) before loading policies. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
The Regorus C# binding library can be built via command "dotnet build". We can use the Regorus C# binding library built from this directory to create a Nuget. This Nuget will contain the Regorus C# binding library with definitions that work for .NET framework 4.0 (net40) and above. Note the Nuget can only be created after the binding library has been built. RegorusCsharp-Lib-x64.nuspec is built for x64 architecture.