Activities of "maliming"

with docker compose build

Does it work without docker-compose? eg dotnet restore or dotnet build

hi

You can get more additional developers online. https://commercial.abp.io/my-organizations

hi

var query = from example in await Repository.GetQueryableAsync()
	join user in await _userRepository.GetQueryableAsync() on example.UserId equals user.Id
	select new
	{
		example,
		user.Name
	};

The Repository is MultiTenantDbReplace.Example.EntityFrameworkCore.ExampleDbContext The _userRepository is MultiTenantDbReplace.EntityFrameworkCore.MultiTenantDbReplaceTenantDbContext

hi

What are steps to reproduce the problem?

Thanks improwise

hi

What are the steps to reproduce the problem on your shared project?

hi

There is the audit logic.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/Auditing/AbpAuditingMiddleware.cs#L39

hi

//You can disable this setting in production to avoid any potential security risks.
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;

its kinda hassle if i update the CardBody to Blazorise.CardBody one by one.

hi

You can create a new component and use Blazorise internally.

eg: <BlazoriseCardBody><BlazoriseCardBody/>

Or global replace the CardBody text.

hi

Can you try the IgnoredUrls?


Configure<AbpAspNetCoreAuditingOptions>(options =>
{
    options.IgnoredUrls.AddIfNotContains("xxx");
});
Showing 8351 to 8360 of 11529 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.