Activities of "yekalkan"

Well, i figured it out.

See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/EfCoreMigrationAdder.cs#L15

In Mac/Linux environment , dotnet ef command is run on dbMigrator project. That is the problem. We'll fix this in next release (v2.1.0).

Hi,

I encountered none of the problems in your first 2 posts. My steps were:

  • Download a pro template.
  • Run .DbMigrator project.
  • Run abp add-module Volo.Blogging.
  • Run the application.
  • Create a new blog.

All works well.

"The Cover Image field is required."

You encountered that probably because of a missing document/explanation or missing a step in add-module command.. Sorry for that. You must set the configuration below.

using Volo.Blogging.Files;

            Configure<BlogFileOptions>(options =>
            {
                options.FileUploadLocalFolder = Path.Combine(hostingEnvironment.WebRootPath, "files");
            });
Answer

Via the CLI, using -t module-pro creating a new module failed

I tried, and successfully downloaded module-pro and app-pro templates. Please don't only say 'it failed'. Share the error with us.

CRUD page generator is not designed to work with module template. But that is in our plans.

Hi @cmthomps,

We'll fix this as soon as possible. If this is urgent for you, send an email to info@abp.io including the information of the member you want to add.

Running DbMigrator updates the database and seeds data. Running update-database command on Package Manager Console only updates the database.

Showing 351 to 356 of 356 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11