Activities of "maliming"

What is the best way to update the packages on the modules ?

You can use abp update or use Visual Studio to upgrade the nuget packages, of course you can also update the csproj file manually.

Usage:

  abp update [options]

Options:
-p|--include-previews                       (if supported by the template)
--npm                                       (Only updates NPM packages)
--nuget                                     (Only updates Nuget packages)
-sp|--solution-path                         (Specify the solution path)
-sn|--solution-name                         (Specify the solution name)
--check-all                                 (Check the new version of each package separately)
-v|--version <version>                      (default: latest version)

Some examples:

  abp update
  abp update -p
  abp update -sp "D:\projects\" -sn Acme.BookStore

See the documentation for more info: https://docs.abp.io/en/abp/latest/CLI

And how to handle with the changes on dbmigration, tables and new fields on project update ? Since on version 4.4.0 the process is changed.

You can add the new migratiosn and update it to databatse.

ok We will check the EasyCrm.

https://github.com/jhallam3/Life/blob/c96807bfefd4d112be5589b454d595cf46b6ee58/aspnet-core/src/Life.HttpApi/Controllers/Nordigens/NordigenController.cs#L31

hi

You can get source by run

abp get-source Volo.FileManagement

Can you try this?

[HttpGet]
[Route("banks")]
public virtual Task<string> BanksAsync()
{
    return _nordigensAppService.BanksAsync();
}

https://github.com/maliming

Not all.

hi

Please follow https://github.com/abpframework/abp/issues/9853

You're welcome!

You can use your physical file to replace the file in the dll in the virtual file system.

https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/framework/src/Volo.Abp.VirtualFileSystem/Volo/Abp/VirtualFileSystem/VirtualFileSetListExtensions.cs#L31

https://github.com/abpframework/abp/blob/580497262fa71cb83709da62ae6163c1b4411d10/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcModule.cs#L146

Showing 7331 to 7340 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11