There is a "modules" page in abp suite. You can download from there.
And abp cli get-source
cmmand to get the source code.
Usage:
abp get-source <module-name> [options]
Options:
-o|--output-folder <output-folder> (default: current folder)
-v|--version <version> (default: latest version)
Examples:
abp get-source Volo.Blogging
abp get-source Volo.Blogging -o d:\my-project
See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI
Maybe LocalizationResource can solve your problem.
see https://github.com/abpframework/abp/blob/654eeede81a733382066bfd00ab19b6b65ceec0e/samples/BookStore-Modular/modules/book-management/src/Acme.BookStore.BookManagement.Application/BookManagementAppService.cs#L10
hi rajasekhard2015 Can you share the full steps to reproduce your problem?
hi @talhazengin
Please share some code, what I see from the picture is not particularly clear.
Property injection will work after the constructor is executed.
hi @amasanad
It is recommended that you use the DbMigrator
project to create the database.
https://docs.abp.io/en/commercial/latest/startup-templates/application/solution-structure#dbmigrator-project
If you want to use dotnet ef tool. Please install it manually in the project.
see https://docs.microsoft.com/en-us/ef/core/get-started/install/#get-the-entity-framework-core-tools https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/3.1.1
Try to delete the license information and log in again.
Windows Command Prompt:
del "%UserProfile%\.abp\cli\access-token.bin" && del "%UserProfile%\AppData\Local\Temp\AbpLicense.bin"
Please see the settings documentation.
https://docs.abp.io/en/abp/latest/Settings https://docs.abp.io/en/abp/latest/Settings#setting-values-in-the-application-configuration
we have pushed the package Volo.Abp.Commercial.SuiteTemplates.
hi
Are you using razor page or angular?
The comments below may help you. https://github.com/abpframework/abp/issues/2787#issuecomment-583873851 https://github.com/abpframework/abp/issues/2533#issuecomment-570939959