mo-esmp / DynamicRoleBasedAuthorizationNETCore

Dynamic Role-Based Access Control for ASP.NET Core MVC and Web API
GNU General Public License v3.0
451 stars 94 forks source link

AddUI requires IMvcBuilder #31

Closed shaunVorster closed 2 years ago

shaunVorster commented 2 years ago

Good day. Im working on an asp.net core 3.1 application that uses identity for authentication. When i try to implement the addUI method though it's complaining that the addui needs a imvcbuilder.

i may just be missing something but where do i find this?

shaunVorster commented 2 years ago

Sorry, i got it working