The same goes for Volo.Abp.LeptonXLiteTheme
abp get-source Volo.Abp.LeptonXLiteTheme --version 5.4.0 --output-folder /tmp/lite-check
[12:48:08 ERR] Downloading source code failed for: Volo.Abp.LeptonXLiteTheme
Volo.Abp.Studio.AbpStudioException: Exception of type
'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
DownloadSourceCodeAsync(string moduleName, string targetFolder, string
version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync
(CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
Hi,
Thanks for the quick investigation and for the refund. I really appreciate your help. I'll wait for the fix.
Have a great day!
└─[$] abp get-source Volo.Abp.LeptonXTheme -v 5.4.0 [10:36:08 [10:37:07 INF] Downloading source code of Volo.Abp.LeptonXTheme (v5.4.0) [10:37:07 INF] Output folder: /Users/rex/Downloads/tmp [10:37:24 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme Volo.Abp.Studio.AbpStudioException: Exception of type 'Volo.Abp.Studio.AbpStudioException' was thrown. at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
How can I correctly obtain the specific version I want?
└─[$] abp get-source Volo.Abp.LeptonXTheme.Pro -v 5.4.0 [11:13:23] [11:13:26 INF] Downloading source code of Volo.Abp.LeptonXTheme.Pro (v5.4.0) [11:13:26 INF] Output folder: /Users/rex/Downloads/tmp No module was found with this name! Here is the list of available modules:
Volo.Abp.Account.Pro Volo.Abp.AuditLogging.Pro Volo.Abp.Gdpr Volo.Abp.Identity.Pro Volo.Abp.LanguageManagement Volo.Abp.LeptonTheme Volo.Abp.LeptonXTheme Volo.Abp.LeptonXLiteTheme Volo.Abp.OpenIddict.Pro
abp version volo.abp.studio.cli 3.0.6 Volo.Abp.Studio.Cli
Hi ABP Support,
Using abp get-source Volo.Abp.LeptonXTheme -v 5.4.0 fails to download the source code. However, running the same command without specifying the version downloads successfully.
Environment:
3.0.6/Users/rex/.dotnet/tools/abpVolo.Abp.LeptonXTheme5.4.0/Users/rex/Downloads/tmpException message and full stack trace:
└─[$] abp get-source Volo.Abp.LeptonXTheme -v 5.4.0 [10:36:08
[10:37:07 INF] Downloading source code of Volo.Abp.LeptonXTheme (v5.4.0)
[10:37:07 INF] Output folder: /Users/rex/Downloads/tmp
[10:37:24 ERR] Downloading source code failed for: Volo.Abp.LeptonXTheme
Volo.Abp.Studio.AbpStudioException: Exception of type
'Volo.Abp.Studio.AbpStudioException' was thrown.
at async Task Volo.Abp.Studio.Modules.Installing.SourceCodeDownloader.
DownloadSourceCodeAsync(string moduleName, string targetFolder, string
version, bool includeNightly)
at async Task Volo.Abp.Studio.Cli.Commands.StudioGetSourceCommand.ExecuteAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(
CommandLineArgs commandLineArgs)
at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args)
┌─[rex@9f75d7da9134] - [~/Downloads/tmp] - [10737]
Steps to reproduce the issue:
/Users/rex/Downloads/tmp.abp get-source Volo.Abp.LeptonXTheme -v 5.4.0
Volo.Abp.Studio.AbpStudioException.abp get-source Volo.Abp.LeptonXTheme
Expected result:
abp get-source Volo.Abp.LeptonXTheme -v 5.4.0 should download the Volo.Abp.LeptonXTheme source code for version 5.4.0, or return a clear error message if that version is not available.
Actual result:
The version-specific download fails with a generic Volo.Abp.Studio.AbpStudioException, while the command without -v 5.4.0 works.
We are currently planning an upgrade of our system to ABP 10 and noticed that starting from ABP 10, the framework replaces AutoMapper with Mapperly as the default object mapping solution.
We would like to clarify the following points regarding this change:
Is it technically supported to use AutoMapper and Mapperly simultaneously within the same ABP 10+ application?
If both mapping libraries can coexist, are there any recommended best practices, limitations, or potential conflicts we should be aware of?
From the framework design perspective, does ABP 10 intend for Mapperly to fully replace AutoMapper, meaning that projects upgrading to ABP 10 are expected to standardize entirely on Mapperly?
If partial coexistence is possible, would this be officially supported long-term, or is it only considered a temporary transition approach?
Are there any migration guidelines or recommended strategies for projects that have extensive existing AutoMapper profiles and mappings?
Our current system contains a significant number of existing AutoMapper configurations. Before making architectural decisions, we would like to understand whether we must fully migrate to Mapperly or whether a phased transition strategy is officially supported and recommended.
Thank you very much for your guidance. We appreciate your clarification so that we can make the appropriate architectural decision for our upgrade.
Let’s check it again ourselves to make sure.
Using ABP 8, here is the online URL: https://imm.koimpact.tw/
We are using Angular + AuthServer (OpenIddict) for authentication, but the client reported that it takes 3-5 seconds from opening the application to reaching the login page. Is this normal, or how can we speed up this process?