abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.48k stars 3.35k forks source link

CMS-Kit Source Code Error #18728

Open eemogz opened 6 months ago

eemogz commented 6 months ago

Is there an existing issue for this?

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.

build cms

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

enisn commented 6 months ago

Is it related to central package management? @maliming

enisn commented 6 months ago

Seems solved by https://github.com/abpframework/abp/pull/18566

Can you try the latest version 8.0.1?