Is there an existing issue for this?
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
Is there an existing issue for this?
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.Bundlingreferencesbut should be:
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