Hi,
Can you provide a simple project that can reproduce the problem with me? thanks. shiwei.liang@volosoft.com
https://github.com/abpframework/abp/pull/13772#issuecomment-1321023913
Seems this is not a problem with ABP.
Hi,
I have answered you, please check it
Hi,
Does the problem still exist?
> public IExceptionToErrorInfoConverter ExceptionToErrorInfoConverter { get; }
Did you inject the IExceptionToErrorInfoConverter
service in the constructor?
public IExceptionToErrorInfoConverter ExceptionToErrorInfoConverter { get; }
public MyClassName(IExceptionToErrorInfoConverter exceptionToErrorInfoConverter)
{
ExceptionToErrorInfoConverter = exceptionToErrorInfoConverter;
}
I also tried the following solution but I got: System.NullReferenceException: Object reference not set to an instance of an object
Can you share the error logs? thanks.
Hi,
Yes, you can configure it just like a normal entity, like we did:
https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserRole.cs
https://github.com/abpframework/abp/blob/e3e1779de6df5d26f01cdc8e99ac9cbcb3d24d3c/modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/IdentityDbContextModelBuilderExtensions.cs#L74-L88
Hi,
I think there is no problem.
Hi,
You can try to create a new project with the same name and use the winmerge to complete what's difference: https://docs.abp.io/en/abp/latest/Migration-Guides/Upgrading-Startup-Template
Hi,
Are you talking about the many-to-many join table?
ABP suite doesn't support adding fields to the join table.