Hi,
This is a bug, and i create an issue : https://github.com/abpframework/abp/issues/20165
Yes, you are right
yes you can.
But the unit test code generated by the suite will be wrong
It works for me.
my steps:
ObjectExtensionManager.Instance.Modules()
.ConfigureIdentity(identity =>
{
identity.ConfigureUser(user =>
{
user.AddOrUpdateProperty<UserType>("Type");
});
});
public enum UserType
{
Regular = 1,
Moderator = 2,
SuperUser = 3
}
"Enum:UserType.1": "Regular user",
"Enum:UserType.2": "Moderator user",
"Enum:UserType.3": "Super user"
Hi,
could you share the full error logs?
Hi,
The microservice project doesn't support blazer-web app UI yet.
we will support it in the next version.
uestion is can be we Blazor Web App or do we need to need to do either Blazor Server or Blazor WebAssembly with the CMS module
Hi, You need to install Blazor Webassembly package to Blazor.client project and install the Blazor Server package to the Blazor.server project.
I will update the document.
https://github.com/abpframework/abp/issues/20162