Activities of "liangshiwei"

You can check your database and redis. This is the code logic of the max user count check

You can use winmerge to compare their differences https://winmerge.orga

It seems like you are using type as an extra property.

You can custom the JsonConverter to support type, for example: https://stackoverflow.com/questions/66919668/net-core-graphql-graphql-systemtextjson-serialization-and-deserialization-of

Still could not reproduce the problem

Hi,

No , as the fluent validation document mentioned, it does not support Blazor.

What separate custom module?

my steps:

  • abp new Qa -d mongodb --tiered
  • Use suite to create blogpost master entity
  • use suite to create blogfile child entity
  • use suite to create blogauthor child entity
  • run application and create a new blog post,upload a file and create a blog author

Can you share a complete step-by-step reproduction?

Hi,

I could not reproduce the problem

Hi,

FluentValidation does not provide integration with Blazor out of the box

see: https://docs.fluentvalidation.net/en/latest/blazor.html

You can consider to use Blazorise validation https://blazorise.com/docs/components/validation

Update the NotificationApplicationModule

[DependsOn(
typeof(NotificationDomainModule),
typeof(NotificationApplicationContractsModule),
typeof(AbpDddApplicationModule),
typeof(AbpAutoMapperModule)
)]
public class NotificationApplicationModule : AbpModule
{
    public override void OnPreApplicationInitialization(ApplicationInitializationContext context)
    {
        var applicationBuilder = context.ServiceProvider.GetRequiredService<IObjectAccessor<IApplicationBuilder>>();
        if (applicationBuilder != null && applicationBuilder.Value != null)
        {
            var app = applicationBuilder.Value;
            app.UseMiddleware();
        }
    }
...
}

Hi, @IbrahimSarigoz

The Oracle EF Core 23 provider will take the value set for OracleSQLCompatibility to know what DB version's SQL it should generate. By default, it will assume version 23 since it's ODP.NET 23. Oracle DB 23ai supports Boolean table columns. If you are using DB 19c, then you have to set OracleSQLCompatibility to 19 to tell ODP.NET to use numeric values instead of Booleans.

See

  • https://github.com/oracle/dotnet-db-samples/issues/380#issuecomment-2112766112
  • https://github.com/oracle/dotnet-db-samples/issues/377#issuecomment-2096419703
  • https://docs.oracle.com/en/database/oracle/oracle-database/21/odpnt/EFCoreAPI.html#GUID-41786CF0-11E3-4AD2-8ED1-3D31D5FE2082
Showing 1601 to 1610 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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.