Casbin.NET
Casbin.NET copied to clipboard
Does using Casbin.NET support defining multiple M's in matchers? For example, m1 m2
When I configure the following figure in the conf file:
Error will be displayed: can not find the assertion at the section m and policy type m. 。
I don't know if. net temporarily doesn't support defining multiple M's in matchers, or if my writing is wrong.
@sagilio @sociometry @AsakusaRinne
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