- 1cc2c9a feat: Multi-Context Support for EFCore Adapter (#93) by Thor Arne Johansen · 4 months ago master v2.12.0
- 1d3229a feat: improve README badges (#91) by Copilot · 4 months ago v2.11.0
- a60494f feat: fix ObjectDisposedException when using EFCoreAdapter with DI and long-lived services (#89) by Copilot · 4 months ago v2.10.0
- 5ebef73 feat: add support for Value13 and Value14 properties in Casbin.NET 2.16.0 (#86) by Copilot · 4 months ago v2.9.0
- 9451e4e feat: fix duplicate CI checks in pull requests (#88) by Copilot · 4 months ago v2.8.0
- 6516da9 feat: upgrade dependency to EFCore 9 (#79) by Matts Årling · 10 months ago v2.7.0
- 6646545 feat: Support .NET 9.0 (#76) by gyuvyuh · 11 months ago v2.6.0
- efaccc6 feat: update Casbin.NET to v2.7.0 and keep compatible with unexpected policy by sagilio · 1 year, 10 months ago v2.5.0
- 85e4fdb feat: update efcore to 8.0.0 stable version (#74) by Crsky · 1 year, 10 months ago v2.4.0
- 19ab103 feat: fix bug about duplicated policy records when AutoSave=false (#72) by DacongDA · 2 years ago v2.3.0
- 2261440 feat: remove MyGet in CI by Yang Luo · 2 years ago v2.2.0
- 507fc78 feat: update Casbin version to 2.5.0 and deprecate support for netstandard 2.x (#71) by DacongDA · 2 years ago
- e1a6322 feat: try using semantic-release to auto release (#68) by Tan · 2 years, 7 months ago v2.1.0
- 33f4a32 feat: Support .NET 8.0 by sagilio · 2 years, 7 months ago v2.0.0
- 203269b fix: Error configuration at default ctor of CasbinDbContext by sagilio · 2 years, 7 months ago
- 8087ab8 feat: Upgrade casbin dependency to official 2.0.1 (#67) by Tan · 2 years, 7 months ago
- d460562 refactor: Change default namespace and remove obsolete types by sagilio · 2 years, 7 months ago preview
- f209dd2 ci: Update semantic release config by sagilio · 2 years, 11 months ago v2.0.0-preview.1
- c375f92 feat: Update Casbin.NET to 2.0.0-preview.5 by sagilio · 3 years ago
- 71bc2e3 feat: Support Update APIs by sagilio · 3 years, 4 months ago
- 5bd0288 feat: Use new IAdapter interface by sagilio · 3 years, 4 months ago
- e9625de feat: Complete the implementation of the latest APIs. (#63) by Rinne · 3 years, 7 months ago
- ddace69 Merge pull request #61 from sociometry/preview by Sagilio · 3 years, 9 months ago
- 005f9d5 feat: Migrate to Casbin.NET 2.0.0-preview by sociometry · 3 years, 9 months ago
- 565f1b0 Merge pull request #60 from sociometry/fix#59 by Sagilio · 3 years, 10 months ago 1.x v1.8.1
- 2e73179 fix: Upgrade to net6 and 7 by sociometry · 3 years, 10 months ago
- ca504fe ci: add repository url at package configure by Sagilio · 4 years, 2 months ago v1.8.0
- 49d6758 feat: Use new API to load policy line by tokens by Sagilio · 4 years, 2 months ago
- ce21401 fix: error push url of github pkg by Sagilio · 4 years, 4 months ago fixci v1.7.3
- d1ff117 Merge pull request #54 from sagilio/fix#53 by Yang Luo · 4 years, 4 months ago v1.7.2
- cc84758 fix: Union the filters result when apply more than one filter by Sagilio · 4 years, 4 months ago
- 5cfb73b ci: Update semantic-release version by Sagilio · 4 years, 9 months ago
- f12e002 Merge pull request #50 from Sagilio/fix#48 by Yang Luo · 4 years, 10 months ago
- b46ab6d ci: Setup semantic release at Github Actions by Sagilio · 4 years, 10 months ago
- d5a3fda Merge pull request #47 from Sagilio/master by hsluoyz · 5 years ago v1.7.1
- e267b42 fix: Unable resolve CasbinDbContext by Sagilio · 5 years ago
- e268c1b fix: Provide specific DbContext type name for DI by Sagilio · 5 years ago
- b35714d refactor: Make Batch APIs virtual by Sagilio · 5 years ago
- 4fe3c5c feat: Add non generic DbContextOptions support (#44) by Sagilio · 5 years ago v1.7.0
- ffc3f5e Merge pull request #42 from Sagilio/fix#41 by hsluoyz · 5 years ago v1.6.1
- 7464642 fix: Error IsFiltered returned by Sagilio · 5 years ago
- a7643f0 feat: Add default table name options by Sagilio · 5 years ago v1.6.0
- aa68d2d Release v1.5.2 version by Sagilio · 5 years ago v1.5.2
- c535010 Merge pull request #40 from pprometey/master by Sagilio · 5 years ago
- 89c0251 Added the ability to specify the default database schema name by Alexey Chernyavskiy · 5 years ago
- 297c450 Merge pull request #39 from Sagilio/fix#38 by hsluoyz · 5 years ago
- 650601b fix: Argument out of range exception at ApplyQueryFilter by Sagilio · 5 years ago v1.5.1
- 2eaed80 Release v1.5.0 version by Sagilio · 5 years ago v1.5.0
- b117a46 Release v1.3.1 version by Sagilio · 5 years ago
- 1235fda Implement the IFilteredAdapter interface by Sagilio · 5 years ago
- 292a121 Implement batch APIs of IAdapter interface (#32) by Sagilio · 5 years ago
- 17c5c1b Fix job name typo of release action at Github Actions by Sagilio · 5 years ago
- 800b259 Add release action at Girhub Actions by Sagilio · 5 years ago v1.3.0
- 1971747 Add virtual methods as event pattern on adapter by Sagilio · 5 years ago
- 92f2385 Setup build action at Github Actions by Sagilio · 5 years ago
- e496a15 Improve extendibility of adapter (#27) by Sagilio · 5 years ago
- 0c5c5db Merge pull request #25 from Sagilio/update-Casbin.NET by Sagilio · 5 years ago
- 3734694 Update Casbin.NET to 1.3.1 and add async unit tests by Sagilio · 6 years ago
- aa596bb Improve performance for data loading and implement new interface (#23) by arthuridea · 6 years ago
- 6328282 fix #20 rollback EfCore package version to 2.1.14 (#22) by arthuridea · 6 years ago
- 6c00c48 Fix decide pull request condition error by Sagilio · 6 years ago
- c20764d Merge pull request #19 from Sagilio/master by Joey · 6 years ago
- 53a09ce Fix the code coverage badge error by Sagilio · 6 years ago
- 0564d74 Merge pull request #17 from Sagilio/master by Joey · 6 years ago
- a8611c7 Update UnitTest and travis.yml target to .NET Core 3.1 by Sagilio · 6 years ago
- f79f697 Remove unnecessary packages and update refecence packages by Sagilio · 6 years ago
- 2d31318 Merge pull request #16 from Sagilio/master by Joey · 6 years ago
- 8a9d5b2 Improve the README.md by Sagilio · 6 years ago
- 8a99cd7 Merge pull request #15 from Sagilio/master by Yang Luo · 6 years ago
- 21331e0 Add nuget with download times badge by Sagilio · 6 years ago
- 11a1ba6 Merge pull request #14 from Sagilio/master by Joey · 6 years ago
- f288202 Implemented async api for IAdapter interface at new version by Sagilio · 6 years ago
- 67ab850 Merge pull request #13 from AaqibAhamed/master by Joey · 6 years ago v1.2.0
- 519bbf2 Bug fixed V1.2.0 updated by Ahamed Aaqib · 6 years ago
- c3c06fc Unit Test related Packages Updated. by Ahamed Aaqib · 6 years ago
- df4ff4e Bug Fixed -IAdapter Implementaions Added by Ahamed Aaqib · 6 years ago
- 2e57b0a EFCore updated(v 3.1.3-Latest Stable) by Ahamed Aaqib · 6 years ago
- d004990 Merge pull request #11 from AaqibAhamed/master by Joey · 6 years ago
- c24c356 First commit by Ahamed Aaqib · 6 years ago
- 6bbb135 Merge pull request #10 from SKMonkeyWay/master by Yang Luo · 6 years ago
- 16b12ad by Stefan Koch · 6 years ago
- 3148889 create a new version by Joey · 6 years ago v1.1.0
- 4b390f8 Merge pull request #9 from arthuridea/master by Zhikui Hua · 6 years ago
- d5c73ae add generic typed model support by arthuridea · 6 years ago
- 35d9b7c Add Travis CI and code coverage badges. by Yang Luo · 7 years ago
- 99f546a Merge pull request #8 from casbin-net/feature/travis-setup by Yang Luo · 7 years ago
- 1912ac5 add travis.yml by Joey · 7 years ago feature/travis-setup
- a3f8b86 Merge pull request #7 from casbin-net/feature/add-tests by Yang Luo · 7 years ago
- 2001e1d add some tests by Joey · 7 years ago feature/add-tests
- a4f885c Merge pull request #6 from casbin-net/feature/configure-casbin-model by Joey · 7 years ago
- b57f3f2 This commit enables to config casbin model from application code by Joey · 7 years ago
- 8b8150e Merge pull request #5 from samchenws/patch-2 by Zhikui Hua · 7 years ago
- 8149bb2 update CasbinDbAdapter by 毛呱呱 · 7 years ago
- e504855 Merge pull request #1 from xcaptain/master by Yang Luo · 7 years ago
- 08ebfdf add basic efcore adapter support by Joey · 7 years ago
- 4be35d2 Initial commit by Yang Luo · 7 years ago