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

use EFCore-Adapter is fail #28

Closed Hareis closed 3 years ago

Hareis commented 3 years ago

image i used 1.4.0 try it to rollback 1.3.1, it's successful but i found the other problem,

image

image

hsluoyz commented 3 years ago

@huazhikui @Sagilio

hsluoyz commented 3 years ago

@Sagilio have we implemented AddPolicies() in this adapter?

sagilio commented 3 years ago

@hsluoyz @Hareis We haven't implemented the batch APIs which added at Casbin.NET v1.4.0 yet and we will add these in the next version. For the second error, it looks like an error of the MySQL DB provider, you can add a migration manually to create the CasbinRule table.

hsluoyz commented 3 years ago

Preceded by: https://github.com/casbin-net/EFCore-Adapter/issues/30