Activities of "maliming"

hi

Please set the log level to Debug and re-share the logs. .MinimumLevel.Debug() Thanks.

        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

https://localhost/ProjectName.Auth

Are you using the Virtual directories and sub application of IIS?

hi

DynamicHttpProxyInterceptor1

It seems you are using DynamicHttpProxy now. Is this what you expected?

https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients https://docs.abp.io/en/abp/latest/API/Dynamic-CSharp-API-Clients

hi

getting problems on publishing

What's the problem? can you share details or error logs?

hi

This week or next week. But you can copy the code from the above PR to solve it now.

override method from base repository class

hi

I'm not familiar with nginx, have you solved your problem?

hi

You can create a new entity

IdentityUser is one to many of your entity.

https://learn.microsoft.com/en-us/ef/core/modeling/relationships/one-to-many

I believe I can reproduce the problem in your computer during the meeting, but I still need to find the cause.

hi You can refer to these documents.

https://docs.abp.io/en/commercial/latest/startup-templates/microservice/synchronous-interservice-communication https://docs.abp.io/en/commercial/latest/startup-templates/microservice/asynchronous-interservice-communication

hi

Sent. :)

Showing 5581 to 5590 of 10662 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.0.0-preview. Updated on September 15, 2025, 10:51