Sagilio
Sagilio
Casbin,NET supports this feature, you can see the example here: https://github.com/casbin/Casbin.NET/blob/9cecadd615760838691e391150e1384c1ed9c560/Casbin.UnitTests/ModelTests/ModelTest.cs#L562-L602
close by https://github.com/casbin/Casbin.NET/pull/194
Here are two questions: 1. The current transformer processing for Matcher does not recognize index operators, and this needs to be fixed. https://github.com/casbin/Casbin.NET/blob/5a358a4328487b96a45b225a5f3d2af1c73c9702/Casbin/EnforceView.cs#L121-L122 2. The overload used for Enforce is...
Thanks for your feedback and for bringing this to our attention. I've done some digging into the issue you've reported. Upon investigation, I've found that issue #108 has addressed the...