Activities of "cellero"

  • **ABP Framework version: 5.2.0-rc.1
  • UI type: MVC & Blazor Server
  • DB provider: EF Core

New projects created using 5.2.0-rc.1 are able to run due to missing items. It is easy to replicate. Just create a new MVC or Blazor app using ABP Suite.

MVC:

Blazor Server

  • ABP Framework version: v5.1.1
  • UI type: Blazor Server
  • DB provider: EF Core

The public DbSet is inserted into the wrong location in the xxxDbContext.cs file when generating with Abp Suite.

It is inserted inside public DbSet<IdentityUser> Users { It is easy to replicate this issue by creating a new project and create a simple entity.

Answer

I see that 5.1.1 of both ABP and ABP Suite are released, but I don't see Lepton-X anywhere. Can you provide an update on the status of Lepton-X.

I'm very keen to show Lepton-X to a customer.

Thank you.

Noted, thanks.

Thanks. I am able to set the LastModifier ok, but the Creator has a

 protected set;

How can I set the Creator?

I'm not following why this is required.
Is there a problem with the ...WithUserDto or is this additional coding expected behavior?

I feel I would be better off creating a ..WithNavigationPropertiesDto to get the details of the Create/Modify/Delete user details. Do you have any sample code for using the ..WithUserDto?

My use case is to display the Create/Modify audit details in the UI - I was hoping the ..WithUserDto would provide this directly.

TUserDto is not known.

Sure.

I created a new entity using ABP Suite. The entity is simple with just two properties and is a FullAuditedAggregateRoot.

Then I manually changed the ABP Suite generated code in ...Application.Contracts BookDto.cs Line 6 in place of line 7. That is the only changed made.

The error occurs when changing the Entity Dto to FullAuditedEntityWithUserDto The BookDto no longer has an Id property

Toggling back line 7 to the original ABP Suite code, the error goes away.

  • ABP Framework version: v5.0.0
  • UI type: Blazor Server
  • DB provider: EF Core

When updating an ...Application.Contracts Dto from FullAuditedEntityDto to FullAuditedEntityWithUserDto the Id of the entity is no longer available.

I have reviewed this help topic. https://docs.abp.io/en/abp/latest/Data-Transfer-Objects

Can you please advise how to use the ...WithUserDto I need to display the Created and Modified users names in the UI

Answer

ABP Framework version: v5.0.0-rc2 UI type: Blazor Server DB provider: EF Core Steps to reproduce the issue:"generate entity with required navigation property when there are nullable / not required properties on the entity" The build fails because "Optional parameters must appear after all required parameters" If the required navigation property is moved above the nullable items in the Domain entity definition the the build is successful.

Showing 71 to 80 of 108 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 10, 2024, 06:38