Skip to content

Enhance CleanCommand to run 'dotnet clean' . #23189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Enhance CleanCommand to run 'dotnet clean' . #23189

merged 1 commit into from
Jul 7, 2025

Conversation

maliming
Copy link
Member

Resolve #23184

ABP CLI 9.3.0-studio
Cleaning the solution with 'dotnet clean' command...

Build succeeded in 1.0s
Removing 'bin' and 'obj' folders...
Deleting: test/Abp.Acme.EntityFrameworkCore.Tests/obj
Deleting: test/Abp.Acme.Application.Tests/obj
Deleting: test/Abp.Acme.HttpApi.Client.ConsoleTestApp/obj
Deleting: test/Abp.Acme.Domain.Tests/obj
Deleting: test/Abp.Acme.TestBase/obj
Deleting: src/Abp.Acme.HttpApi/obj
Deleting: src/Abp.Acme.Domain.Shared/obj
Deleting: src/Abp.Acme.Application/obj
Deleting: src/Abp.Acme.Domain/obj
Deleting: src/Abp.Acme.DbMigrator/obj
Deleting: src/Abp.Acme.Application.Contracts/obj
Deleting: src/Abp.Acme.HttpApi.Host/obj
Deleting: src/Abp.Acme.HttpApi.Client/obj
Deleting: src/Abp.Acme.EntityFrameworkCore/obj
'bin' and 'obj' folders removed successfully!
Solution cleaned successfully!

@maliming maliming added this to the 10.0-preview milestone Jun 28, 2025
@maliming maliming requested a review from enisn June 30, 2025 00:07
@enisn enisn requested a review from salihozkara June 30, 2025 07:56
@enisn
Copy link
Member

enisn commented Jun 30, 2025

@salihozkara can you review & check if it covers the scenario?

@enisn enisn removed their request for review June 30, 2025 07:57
@salihozkara salihozkara merged commit dd6a1ff into dev Jul 7, 2025
3 checks passed
@salihozkara salihozkara deleted the CleanCommand branch July 7, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

abp clean should also execute dotnet clean
3 participants