Activities of "maliming"

hi geffzhang

I have confirmed the problem and will fix it later

hi

You can check if the source of nuget.abp.io is correctly configured in vs.

There is a nuget.config file in your project, which contains your private abp nuget source

https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources

You can manually change version in** csporj**. Then dotnet restore, dotnet build

hi

I think the version of the package is inconsistent. Please confirm again that all volo.abp.* packages have been upgraded, then rebuild the project and try again.

You can search for *.csproj in the project..

Bugs & Problems v3.x https://support.abp.io/QA/Questions/282/Bugs--Problems-v3x

https://support.abp.io/QA/Questions/222/Bugs--Problems-v290

Question

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update or dotnet tool update -g Volo.Abp.Suite

  • Release notes https://docs.abp.io/en/commercial/latest/release-notes

hi @drpdev2

We plan to implement User security log feature.

You can follow: https://github.com/abpframework/abp/issues/4492

The commercial version will include the implementation of application services and UI.

If you have any suggestions please discuss in github.

Can your application be successfully built?

Can you reproduce the problem if you use abp cli to create a new project?

hi

You can manage the menus in the ConfigureMenuAsync method.

https://github.com/abpframework/abp/blob/ace4b5526eb00d0ed6429834693fc618dc6c54b2/modules/identity/src/Volo.Abp.Identity.Web/Navigation/AbpIdentityWebMainMenuContributor.cs#L31

public class MyMenuContributor : IMenuContributor
{
	public async Task ConfigureMenuAsync(MenuConfigurationContext context)
	{
            
	}
}
Showing 7671 to 7680 of 7725 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13