Activities of "yekalkan"

Answer

@serdar.genc@talentra.net

You can remove/delete the projects under Volo.BasicTheme.Tests folder from your solution to fix it for now.

I think this is what you are looking for: https://abpioazuredevopsblazor.azurewebsites.net/

It is published by an ABP community member.

You can check the following document https://docs.microsoft.com/en-us/azure/devops/pipelines/packages/nuget-restore?view=azure-devops#restore-packages-with-nuget-restore-build-task

Hi @Tony_Albutt,

Commercial ABP Packages are not listed on NuGet.org, but nuget.abp.io .

You need to add this package source (to your NuGet sources). Example:

<add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/{Your-Key}/v3/index.json" />

You can find this line in NuGet.Config file in your project. Check it to see {Your-Key} value.

I've refunded a credit.

Also,

We'll consider to SweetAlert2 https://github.com/abpframework/abp/issues/9413

Hi @viswajwalith,

ABP Framework uses SweetAlert, not SweetAlert2. Sorry for confusion.

I updated the documentation https://github.com/abpframework/abp/pull/9414/files

Hi,

Edit button only works if documents are received from GitHub.

I created an issue https://github.com/abpframework/abp/issues/9407

Hi @Leonardo.Willrich,

I'll review this PR again https://github.com/abpframework/abp/pull/8900

Hi,

You can create a new Blazor WebAssembly project with Same name as your MVC app. And then copy Blazor and Host projects to your MVC app. So you can keep current Application Layer & Domain Layer of your app and also have blazor UI of ABP Commercial modules.

However, new blazor project won't have your custom pages or changes. You have to manually make any pages or changes you had done for MVC app.

Showing 231 to 240 of 330 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54