Files
regorus/bindings/csharp/net40
Anand Krishnamoorthi c963e477a3 feat: Update to OPA v1.2.0 (#373)
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>
2025-03-10 11:56:01 -07:00
..
2024-07-16 11:08:37 +05:30
2024-07-16 11:08:37 +05:30
2025-03-10 11:56:01 -07:00

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.