Activities of "liangshiwei"

Hi,

This is a bug, and i create an issue : https://github.com/abpframework/abp/issues/20165

Yes, you are right

Hi,

it is already like this https://support.abp.io/QA/Questions/5244/B2C-user-is-logged-in-as-local-user-on-signup-flow

yes you can.

But the unit test code generated by the suite will be wrong

It works for me.

my steps:

  • abp new TestApp -u angualr
 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.

Answer

https://github.com/abpframework/abp/issues/20162

Showing 1661 to 1670 of 6693 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.