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

feat: Change to Microsoft.Extensions.Configuration.Ini resolution .conf #332

Closed Tanyuu closed 9 months ago

Tanyuu commented 10 months ago

Since the library can't handle newlines and comments, the ParseStringInit method processes the string first and then feeds it into ParseBuffer. in addition, since the library doesn't support net452, it retains the old parse method.

Fix: https://github.com/casbin/Casbin.NET/issues/264

casbin-bot commented 10 months ago

@sagilio please review

hsluoyz commented 10 months ago

@sagilio

hsluoyz commented 9 months ago

@sagilio plz review

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: