Activities of "maliming"

You can use your physical file to replace the file in the dll in the virtual file system.

https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/framework/src/Volo.Abp.VirtualFileSystem/Volo/Abp/VirtualFileSystem/VirtualFileSetListExtensions.cs#L31

https://github.com/abpframework/abp/blob/580497262fa71cb83709da62ae6163c1b4411d10/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcModule.cs#L146

Boot the abp module system, and then call it.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs#L21

Thanks @christophe

hi Can you check this? https://github.com/abpframework/abp/pull/9534

It will available in 4.4.

hi Spospisil

Can you share the Login.cshtml.cs?

How to reproduce this? Please share the full steps and code.

hi

You don't need to compile js and css. You can configure to use them directly during developmentin.

https://docs.abp.io/en/abp/latest/Virtual-File-System#dealing-with-embedded-files-during-development

The package for this is referenced in Volo.Abp.Account.Pro.ApplicationTests PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />

Can you try to remove it from the csproj file?

hi

I think you need to add FileManagement module to the AdministrationService manually. https://docs.abp.io/en/commercial/latest/startup-templates/microservice/microservices#administrationservice

Please refer to how the permission-management, setting-management, language-management, audit-logging modules was added.

hi

I think you can refer to the code using Dynamic C# API Client Proxies in the Console app. https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp

hi okains

The Blazor is not allowed for the project name, but I am considering changing the contains to be equal.

https://github.com/abpframework/abp/blob/d21fe36074c79e1e02a9a85bb2aa1299aab909af/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Utils/ProjectNameValidator.cs#L22 https://github.com/abpframework/abp/blob/d21fe36074c79e1e02a9a85bb2aa1299aab909af/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Utils/ProjectNameValidator.cs#L52

Showing 7611 to 7620 of 8747 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09