casbin / Casbin.NET

An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
https://casbin.org
Apache License 2.0
1.13k stars 110 forks source link

.NET 6 support #300

Closed mabvanaartrijk closed 1 year ago

mabvanaartrijk commented 1 year ago

Hi, we experienced some not before seen stack overflow exceptions in Casbin 1.12.2. Returning back to v1.10.1 everything is working fine. I noticed that target framework net6.0 was removed from the project, in the 1.10.1 > 1.12.2 diff. Maybe this causes the exception. Was there any reason to remove net6.0 from the target frameworks?

casbin-bot commented 1 year ago

@sagilio @sociometry @AsakusaRinne

hsluoyz commented 1 year ago

@sagilio @AsakusaRinne

sagilio commented 1 year ago

Thank you, it may be a mistake, we will fix it in the next version.

sagilio commented 1 year ago

This has been fixed at v1.13.0 version.

hsluoyz commented 1 year ago

@mabvanaartrijk plz try it

mabvanaartrijk commented 1 year ago

Fixed, thanks!