Activities of "alper"

it should roll back.

while we check it, here's a workaround to make it transactional in your custom UOW scope.

private readonly IUnitOfWorkManager _unitOfWorkManager;
   
public virtual async Task FooAsync()
{
            using (var uow = _unitOfWorkManager.Begin(requiresNew: true, isTransactional: true))
            {
                //...do your work here...
                
                await uow.CompleteAsync();
            }
 }

hi,

First of all there's strict rule. Suite version and ABP version must be same. Because Suite is the generator which generates code from the templates that are in your ABP project.

dotnet tool uninstall --global Volo.Abp.Cli 
dotnet tool uninstall --global Volo.Abp.Suite 
dotnet tool install --global Volo.Abp.Cli 
abp suite install
Answer

@unlonlyness

run the following commands :

dotnet tool uninstall --global Volo.Abp.Cli 
dotnet tool uninstall --global Volo.Abp.Suite
dotnet tool install --global Volo.Abp.Cli
abp suite install
Answer

@murat.yuceer

This is fixed. First login to abp.io and then download sample https://abp.io/api/download/samples/easy-crm

see https://support.abp.io/QA/Questions/791

This is because your CLI token has been expired. Relogin with the following command:

abp login <username> -p <password>
Answer

@dmeagor

Updating nuget packages - Suite

1-Created a new project with version 4.0.2

2-Clicked "Update all ABP packages"

3-I see the versions are updated to 4.1.0

check that you have both CLI and Suite updated to 4.1.0. otherwise I don't see a reason not updating to 4.1.0 :/


New module creation - Suite I reproduced this issue. created an issue. will be fixed in 4.1.1. for a workaround use the CLI. it'll create the host folder. then you can add this module to your solution (or just move the host folder)

abp new Acme.MyProModule -t module-pro

angular proxy multiple issues reported by my developers. can you provide a concrete issue so that I can report to the team?

Please, slow down! thanks for your suggestion ;)

When you create a monolithic application, then you can use the AppServices as WebAPIs. But in tier layout it's not available. This is a diagram of a sample microservice (tier).

Explained here https://docs.abp.io/en/abp/latest/Best-Practices/Module-Architecture

Showing 1261 to 1270 of 1955 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.