Activities of "maliming"

hi

What's your ABP Framework version?

hi

The fields name should be:

ProjectWorkLogDetailViewModel[0].Id 
ProjectWorkLogDetailViewModel[0].ProjectWorkLogId  

ProjectWorkLogDetailViewModel[1].Id 
ProjectWorkLogDetailViewModel[1].ProjectWorkLogId  

hi

You can reconfigure the index or FK name length manually.

https://docs.oracle.com/en/database/oracle/oracle-database/21/odpnt/EFCoreIdentifier.html#GUID-FA43F1A1-EDA2-462F-8844-45D49EF67607

builder.ConfigureIdentityServer();

builder.Entity<Client>(b =>
{
    b.HasMany(x => x.AllowedScopes).WithOne().HasForeignKey(x => x.ClientId).HasConstraintName("CS_F_Name").IsRequired();
});

builder.Entity<ClientScope>(b =>
{
    b.HasKey(x => new {x.ClientId, x.Scope}).HasName("CS_Key_Name");
});

hi

Haven't you tried this?

builder.ConfigureIdentityServer(options =>
{
    options.DatabaseProvider = EfCoreDatabaseProvider.Oracle;
});

hi

We will release the ABP 5.0 rc1 recently days.It target to net 6.0 official version.

hi

You can refer to the Console App template. You may need to set the correct identity before calling the application services.

https://github.com/abpframework/abp/tree/dev/templates/console/src/MyCompanyName.MyProjectName

Can you share the details? You can set the correct name property for these fields.

hi

Follow this https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-5_0.md

hi

You can see https://github.com/abpframework/abp/issues/1920#issuecomment-543551659

Answer

hi scott7106

We will release v5.0 recently, Your problem should be resolved.

Showing 10001 to 10010 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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.