We will release the new version soon.
Sorry, I am getting an error still. But when trying to publish the project.
Severity Code Description Project File Line Suppression State Error Found multiple publish output files with the same relative path: C:\src\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\package.json, C:\src\src\SupplierPortal.Blazor\package.json. SupplierPortal.Blazor 0
Solution found here.
https://stackoverflow.com/a/69919694
The issue raises after .NET 6 migration. There's a new feature that blocks multiple files from being copied to the same target directory with the same file name. See https://docs.microsoft.com/en-us/dotnet/core/compatibility/sdk/6.0/duplicate-files-in-output
Hi,
Entity change logging is not supported by the MongoDB provider. Other features work as expected.
See https://docs.abp.io/en/abp/latest/Audit-Logging#database-provider-support.
For reason: https://github.com/abpframework/abp/issues/5031#issuecomment-672629291
Hi there, thanks for the reply. We are not using Mongo, we are on EF Core / MS SQL.
Ok, I will check it again, thanks.
Thank you, looking forward to your response.
Hi,
The
EntityTypeFullNameis required.For example:
var result = await _auditLogsAppService.GetEntityChangesWithUsernameAsync(new EntityChangeFilter(){EntityId = log, EntityTypeFullName = typeof(IdentityRole).FullName});
Thanks for the reply. What exactly am I to pass as the EntityTypeFullName. I've tried variations from the full entity name, with/without namespace etc.
Nevermind, typo on my part! Resolved. Thanks for your help.

