- [ ] `Task` support in `Builtin`s. - [ ] Async methods off the `IOpaPolicy` interface Async will be needed to make a general opa library in dotnet. `EvaluateAsync` would be needed to call an opa server or executable, if not using wasm. Note: `Task.Run()` is not a correct implementation for the wasm implementation.
Tasksupport inBuiltins.IOpaPolicyinterfaceAsync will be needed to make a general opa library in dotnet.
EvaluateAsyncwould be needed to call an opa server or executable, if not using wasm.Note:
Task.Run()is not a correct implementation for the wasm implementation.