Skip to content

When generating new MudBlazor application with Modularity, the module is not using MudBlazor packages #25746

Description

@mavado83

Is there an existing issue for this?

  • I have searched the existing issues

Description

When creating a tiered application with MudBlazor as UI there is an option for modularity. Then you can add an DDD module. When looking at the Blazor projects for this modules, they do not reference the new MudBlazor packages.

For example MyModule.Blazor.WebAssembly.Bundling references

ItemGroup>
        <PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Bundling" Version="10.4.1" />
    </ItemGroup>

but should be:

ItemGroup>
        <PackageReference Include="Volo.Abp.AspNetCore.Components.WebAssembly.Theming.MudBlazor.Bundling" Version="10.4.1" />
    </ItemGroup>

Same for the other Blazor projects

Version

3.0.6

Operation System

Windows (Default)

Solution Configuration

Template: app
UI: Blazor WebAssembly
UI option: MudBlazor
UI theme: Basic
Optional modules: none
Modularity: true
Add Module: DDD module

Other information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions