Activities of "maliming"

hi

I can install and upgrade it. Can you try again?

C:\Users\maliming>dotnet tool uninstall --global Volo.Abp.Cli
Tool 'volo.abp.cli' (version '4.2.1') was successfully uninstalled.

C:\Users\maliming>dotnet tool install --global Volo.Abp.Cli --version 4.2.1
You can invoke the tool using the following command: abp
Tool 'volo.abp.cli' (version '4.2.1') was successfully installed.

C:\Users\maliming>abp suite update
[09:20:22 INF] ABP CLI (https://abp.io)
[09:20:22 INF] Version 4.2.1 (Stable)
[09:20:25 INF] Updating ABP Suite ...
Tool 'volo.abp.suite' was reinstalled with the latest stable version (version '4.2.1').

https://www.nuget.org/packages/Volo.Abp.Cli/

Duplicate of https://support.abp.io/QA/Questions/990/Error-on-create-service

hi

Please check your application logs. It should contain error logs.

hi

The latest version of abp and abp commercial is 4.2.1

https://github.com/abpframework/abp/milestones

hi

Can you use the free template to reproduce your problem? Then share the steps.

https://abp.io/get-started

How can I debug in the source code of ABP framework starting from a custom module?

You can try to use source link. https://www.hanselman.com/blog/exploring-net-cores-sourcelink-stepping-into-the-source-code-of-nuget-packages-you-dont-own https://github.com/abpframework/abp/pull/7054

For debugging starting from the Blazor WASM project, do I need other requirements than the other projects?

https://docs.microsoft.com/en-us/aspnet/core/blazor/debug

I would also like to know how I could debug the ABP Commercial modules.

The package is obfuscated and encrypted, and debugging may not be possible without the source code.

hi

You can create some test roles in the unit test.

I remember that the admin user and the admin role will be seeded by default.

You can also simulate the IPermissionStore service. https://github.com/abpframework/abp/blob/4ab503f90724971a0c18b17c6840db50c94cb7dc/framework/test/Volo.Abp.UI.Navigation.Tests/Volo/Abp/Ui/Navigation/FakePermissionStore.cs

If you still can't solve it, I will create a demo to explain this.

According to the current external authentication process, redirection must be used.

The web page should also be redirected after the user scans the QR to log in.

hi @AndrewT

No there isn't, Please follow our Release Notes / Change Logs

hi safi

You need to confirm that your configuration is correct, and then use it in abp.

Showing 8081 to 8090 of 8472 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11