Hi @JoaoRocha
We are aware of this issue and will release a patch version to fix it as soon as possible.
I'm closing this issue and refunding your question credit.
Hi @dkaczor,
You can run abp get-source Volo.LeptonTheme
command to download full source code of Lepton Theme, and then copy the missing project to Lepton Theme folder in your solution.
We'll fix this issue in next patch.
@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