microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
121 stars 28 forks source link

add extension_list example #279

Closed yangjie-msft closed 1 month ago

yangjie-msft commented 1 month ago

created an example of agent extension policy that is used for Azure agent extensions. added support for .NET framework 4.0 binding. added a pytest test for the policy using the python bindings (thus also tested python binding) Reorganized the structure accordingly due to the above changes.

yangjie-msft commented 1 month ago

Looks good for most part.

It looks like net40 is not being used. We should either lock it down with tests of remove it altogether if it is not needed.

net40 is not tested because I am not sure if the tool chain can support net8.0 and net40 at the same time as net40 is pretty old but still needed by some applications.