yes, I can reproduce it.
@drpdev2, sometimes old DLL are not being deleted even you update a project references. so we add this delete bin & obj folders.bat because Visual Studio sometimes fails to clean the old DLLs. If you make a mass update, I suggest to close Visual Studio and run delete bin & obj folders.bat which is in the root directory of your application.
hi @ninomartini, I've filed the Angular enum naming issue. thank you!
I'll check it again.
this is fixed in this commit https://github.com/abpframework/abp/commit/0881683b663842c9c36504526a3c94276b9a1a82
did you completely update all packages (especially Identity module)
you can create a new application service to get your menu items and create your own main menu in Angular.
added @mehmet to the conversation. @mehmet can you point out where Bennie can build the Angular main menu. he wants to create the main menu from database (host)
thnx for the feedback
@mehmet can you check it again.
1- To configure your email settings, check out this post
3- Setting public to a role will not change its behaviour. Public = true means "A user can see other user's public roles". I couldn't understand what you want to do?