Activities of "liangshiwei"

ABP framework uses IGuidGenerator internally

https://github.com/abpframework/abp/blob/1a622bc50fbd9b554f61078d5eeafa9def3216e3/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLog.cs#L63

Can you explain it in detail? thanks.

Answer

Hi,@sean.alford

Please send logs to liangshiw@outlook.com. Thanks.

HI,

DBMigrator does not support rollback. You can use ef core command to rollback database. see https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#dotnet-ef-migrations-script.

Answer

Hi,

You need add Volo.Abp.EntityframeworkCore NuGet package to your project.

Answer

Hi,

Try:

using (CurrentTenant.Change(Guid.Parse("tenant id")))
{
    var dbContext= await _repository.GetDbContext();
}

See https://docs.abp.io/en/abp/latest/Entity-Framework-Core#access-to-the-ef-core-api

Answer

Hi,

Can you provide full logs? thanks.

Hi,

See https://docs.abp.io/en/abp/latest/Localization#extending-existing-resource

Answer

Hi,

Here is an example that may help you : https://github.com/abpframework/abp-samples/tree/master/BookStore-Modular

See https://support.abp.io/QA/Questions/144/Abp-Ver-262-Error-when-hosting-on-IIS-8

Showing 2261 to 2270 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 10:27