abp
abp copied to clipboard
CMS-Kit Source Code Error
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
I created an angular front-end project using the abp framework and got it up and running. Unfortunately, when I want to include the cms module with source code (abp add-module Volo.CmsKit --with-source-code --add-to-solution-file --skip-db-migrations) in my api project, I get an error, I sent the error messages in the attachment.
dotnet restore and dontet build /graphBuild steps were tried
Reproduction Steps
process steps; 1- I created a project with front-end angular database mssql with get started steps (abp new WithCode -u angular -csf ) 2- I added the blob database provider for the cms prerequisite written in the document (abp add-module Volo.Abp.BlobStoring.Database) 3 - I did a simple operation such as removing the front face and api and adding a role and got a positive result 4 - finally I tried to pull the cms kit with the source code with the command (abp add-module Volo.CmsKit --with-source-code --add-to-solution-file --skip-db-migrations) and the project exploded
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
ABP CLI 7.4.4
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response
Is it related to central package management? @maliming
Seems solved by https://github.com/abpframework/abp/pull/18566
Can you try the latest version 8.0.1
?