Activities of "yekalkan"

abp get-source command belongs to ABP framework CLI and doesn't support ABP commercial modules when --local-framework-ref --abp-path parameter is used. This is why ABP Suite doesn't have this option in source code download dialog.

We don't support this option in ABP Suite, because customers don't have access to the repository where we develop Commercial modules & other projects. But free modules are open source and they are dependent on projects that are in same open-source repository. So we though it would be nice to add this option to CLI if any free user, that have ABP Framework in their local, wants to use project references instead of nuget packages . We can't provide same functionalty for Commercial packages.

Hi @cfd000,

Please use PackageReference for license packages instead of using local reference.

<PackageReference Include="Volo.Abp.Commercial.Core" Version="4.2.2"/>

We can't provide the source code of license packages, as you can understand.

Hi @okains,

v4.4.1 is on the way, it may be released today or tomorrow.

We apologize for misinforming you, but this feature was not stable & ready when we released v4.4. So It is postponed to next milestone.

Hi @zalak,

Can you explain your question mor detailed?

Hi @zsanhong,

It's better to ask this to communities/authors of those libraries.

Hi @nparejod,

You can inject IRepository<Department, Guid> and use it to perform query on database.

It would be better to create a domain service for this lookup list operation.

Hi @fastsoft,

Have you checked the related document?

https://docs.abp.io/en/commercial/4.3/modules/account/ldap

Have you added Hangfire namespace to MyProjectHttpApiHostModule file?

using Hangfire;

Hi,

I've tested and confirmed this bug. It will be fixed in next patch.

I've refunded your question credit. Thank you.

Showing 211 to 220 of 329 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54