-
Create a webapi starter project or you can directly use my demo project
git clone https://github.com/xcaptain/CasbinTestProj
-
Clone this library (when this package get published this step would omitted)
git clone https://github.com/casbin-net/EFCore-Adapter
-
Create a local nuget package
cd EFCore-Adapter dotnet pack
then you can see package file at
bin/Debug/
-
Modify the csproj file at
CasbinTestProj
to find the location ofEFCore-Adapter
, e.g.<RestoreSources>$(RestoreSources);~/github/EFCore-Adapter/bin/Debug/</RestoreSources>
-
run the demo project to see how to get roles of a user
forked from casbin-net/efcore-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Entity Framework Core Adapter for Casbin.NET
License
samchenws/EFCore-Adapter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Entity Framework Core Adapter for Casbin.NET
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 100.0%