Base solution for your next web application

Activities of "murat.yuceer"

Thanks maliming why this code not added default template

Hello velu

Can you share project i need to do same thinks

[email protected]

Just add this lines XXXMigratorModule.cs

    public XXXMigratorModule(KuysEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
    {
        abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;
        
        _appConfiguration = AppConfigurations.Get(
            typeof(KuysMigratorModule).GetAssembly().GetDirectoryPathOrNull(),
            Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT")
        );
    }
Showing 61 to 63 of 63 entries