Skip to content

Blazor Solution corrupt after adding theme source #8902

Closed
@KevinFarrow

Description

@KevinFarrow

ABP Framework version 4.3.0
User Interface** type (Angular/MVC/React... etc.) : Blazor WebAssembly

  • Steps needed to reproduce the problem.
  1. Create new Blazor WebAssembly solution
  2. Navigate to Blazor project folder
  3. Run the following:
  • abp add-package Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme --with-source-code --add-to-solution-file
  • abp add-package Volo.Abp.AspNetCore.Components.Web.BasicTheme --with-source-code --add-to-solution-file

If I try and open the solution I get the following message:

image

If I then open the solution file I can see that the Project references have been added at the beginning of the file instead of with the other projects.

image

If I then move the references the project opens ok

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions