maliming

Results 526 comments of maliming

hi - Full exception message and stack trace if available (check the logs). - Please share the steps and code to reproduce the problem.

We have the AutoMapper package integrated.

Thanks @BlueXTX This may not be a simple integration, since we use AutoMapper extensively in frameworks and modules.

Thanks @BlueXTX I added it to the backlog milestone.

We have a dynamic claims middleware (`UseDynamicClaims`), but I found a suitable place to change the current claims after authentication. https://github.com/dotnet/aspnetcore/blob/release/9.0/src/Http/Authentication.Core/src/AuthenticationService.cs#L59-L98

`IAuthenticationService` can't implement the logout function, cancel this feature.

hi Can you add your folder as a ` NUGET_PACKAGES` environment variable? > NUGET_PACKAGES: Path to use for the global-packages folder as described on Managing the global packages and cache...

hi > We don't want to pass the correlationId information as a parameter. It seems this is the only way to get correlationid in BackgroundJob.

hi The `correlationId` is related to `HttpContext`, so it can't be used in a `BackgroundJob`. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/Tracing/AbpCorrelationIdMiddleware.cs#L24-L44