Open Closed

Bugs & Problems v2.7.0 #149


User avatar
0
alper created
Support Team Director

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

  • Release notes: https://docs.abp.io/en/commercial/latest/release-notes
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

52 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    @sean.alford if you can send us the Suite entity json files, I'll try to reproduce and fix them.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    edirkzwager created

    @alper Concerning my problem with removing jquery. You can close that issue because we needed to change the removal of jquery to the below code :

                options
                    .ScriptBundles
                    .Configure(LeptonThemeBundles.Scripts.Global, bundle => {
                        bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor));
                    });
    

    instead of

                options
                    .ScriptBundles
                    .Configure(StandardBundles.Scripts.Global, bundle => {
                        bundle.AddContributors(typeof(Support.RemoveJqueryScriptContributor));
                    });
    
    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.8.0-preview. Updated on September 09, 2026, 11:56
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.