Activities of "lizhaofeng"

The old CLI cannot be used to create a project of a specific version.

1.Install CLI
dotnet tool install -g Volo.Abp.Cli --version 5.3.5
2.Create a project
abp new Acme.BookStore -u blazor --separate-identity-server -ts "d://app-5.3.4.zip" --version 5.3.4  -dbms SqlServer -o "D:\test\456"

If the version is changed to 5.3.5, projects can be created. However, the currently delivered version is 5.3.4, and upgrading to 5.3.5 would cause unnecessary complications. Is there any way to resolve this issue?

  • ABP Framework version: v9.1.0
  • UI Type: MVC
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:

When scrolling to the bottom of any page, an exception occurs with the footer display.

https://github.com/abpframework/abp/issues/22173

  • Steps to reproduce the issue: 1.Create a new project abp new Acme.BookStore -dbms SQLite -m none --theme leptonx -csf 2.Run
  • ABP Framework version: v8.3.3
  • UI Type: MVC Basic Theme
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create an MVC project and add docs module. How to add a footer after using Multi Language Mode.

  • ABP Framework version: v8.2.2
  • UI Type:Blazor Webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

When replace footer , the page doesn't load immediately. If Blazor.Client references many modules, the wait time becomes very long.

I hope the footer is already loaded when the page opens, like in MVC.

The new project page takes two seconds to refresh and load completely.

  • ABP Framework version: v8.2.0-rc3
  • UI Type: Blazor webapp
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1.Creating a project using CLI. abp new Acme.BookStore -t app-pro -u blazor-webapp --preview -csf

2.Migrating and running the project.

3.Add a menu

context.Menu.AddItem(
            new ApplicationMenuItem(
                "SettingManagement",
                l["Menu:SettingManagement"],
                url: "/setting-management/#")
        );

4.Clicking on the newly created menu will cause the browser to become unresponsive. This issue appears only when using the LeptonXTheme .

  • ABP Framework version: v7.4.2
  • UI Type: Blazor Server
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

If the token becomes invalid, it will result in an exception being returned.

  • ABP Framework version: v7.4.2
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

1.Create a Blazor Server project using the Lepton-X theme。 2.Run the project

PageHeader is not displaying

If you refresh the page, the PageHeader will display correctly.

  • ABP Framework version: v7.4.1
  • UI Type: MVC & React Native
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

The API service is deployed at http://192.168.1.21:44376

  1. How to configure the environment in React Native?
  2. How to configure RedirectUris for OpenIdDict ?
  • ABP Framework version: v7.4.1
  • UI Type: React-Native

react-native-appearance has been deprecated, and referencing it can cause Expo builds to fail.

https://github.com/expo/react-native-appearance https://github.com/expo/expo/pull/16038

  • ABP Framework version: v7.4.0
  • UI Type: Blazor Server
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Blazorise Version 1.3.1

The Autocomplete control exhibits abnormal behavior in the LeptonX theme.

It works fine when Disabled is set to false.

When Disabled is set to true, it displays an issue where the text inside the control appears unclear or distorted.

Showing 1 to 10 of 25 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10