casbin-net / efcore-adapter

Entity Framework Core Adapter for Casbin.NET
https://github.com/casbin/Casbin.NET
Apache License 2.0
47 stars 21 forks source link

Batch API is still missing for Casbin.NET #30

Closed hsluoyz closed 3 years ago

hsluoyz commented 3 years ago

See: https://casbin.org/docs/en/overview#feature-set-for-different-languages

This adapter needs to implement the IAdapter interface with AddPolicies() and RemovePolicies() functions.

This issue is to track the progress of solving: https://github.com/casbin-net/EFCore-Adapter/issues/28