You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
@markdav-is you said this dev branch should work? Looks like there's a mudblazor related issue preventing the build for me.. I thought it wasn't necessary to directly install mudblazor but perhaps that step is now required with this new version.
For reference the framework Submodule is on 5.1.2
when building Module.lhb.client:
Error (active) CS0246 The type or namespace name 'MudBlazor' could not be found (are you missing a using directive or an assembly reference?) OpenEugene.Module.LittleHelpBook.Client Desktop\LHB24\OpenEugene.Module.LittleHelpBook\Client\Modules\Template\Edit.razor.cs 7
Which was resolved by installing mudblazor, but that didn't solve he theme.lhb.client
Error (active) Conflicting assets with the same target path '_content/MudBlazor/MudBlazor.min.css'. For assets 'Identity: .nuget\packages\mudblazor\7.0.0\staticwebassets\MudBlazor.min.css, SourceType: Package, SourceId: MudBlazor, ContentRoot: C:\Users\Blacky.nuget\packages\mudblazor\7.0.0\staticwebassets, BasePath: _content/MudBlazor, RelativePath: MudBlazor.min.css, AssetKind: All, AssetMode: All, AssetRole: Primary, AssetRole: , AssetRole: , RelatedAsset: , AssetTraitName: , AssetTraitValue: , CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: .nuget\packages\mudblazor\7.0.0\staticwebassets\MudBlazor.min.css' and 'Identity: Blacky\Desktop\LHB24\OpenEugene.Theme.LittleHelpBook\Client\wwwroot_content\MudBlazor\MudBlazor.min.css, SourceType: Discovered, SourceId: OpenEugene.Theme.LittleHelpBook.Client.Oqtane, ContentRoot: \Desktop\LHB24\OpenEugene.Theme.LittleHelpBook\Client\wwwroot, BasePath: _content/OpenEugene.Theme.LittleHelpBook.Client.Oqtane, RelativePath: _content/MudBlazor/MudBlazor.min.css, AssetKind: All, AssetMode: All, AssetRole: Primary, AssetRole: , AssetRole: PreferTarget, RelatedAsset: , AssetTraitName: , AssetTraitValue: , CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: wwwroot_content\MudBlazor\MudBlazor.min.css' from different projects. OpenEugene.Theme.LittleHelpBook.Client C:\Program Files\dotnet\sdk\8.0.302\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.targets 475
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@markdav-is you said this dev branch should work? Looks like there's a mudblazor related issue preventing the build for me.. I thought it wasn't necessary to directly install mudblazor but perhaps that step is now required with this new version.
For reference the framework Submodule is on 5.1.2
when building Module.lhb.client:
Error (active) CS0246 The type or namespace name 'MudBlazor' could not be found (are you missing a using directive or an assembly reference?) OpenEugene.Module.LittleHelpBook.Client Desktop\LHB24\OpenEugene.Module.LittleHelpBook\Client\Modules\Template\Edit.razor.cs 7
Which was resolved by installing mudblazor, but that didn't solve he theme.lhb.client
Error (active) Conflicting assets with the same target path '_content/MudBlazor/MudBlazor.min.css'. For assets 'Identity: .nuget\packages\mudblazor\7.0.0\staticwebassets\MudBlazor.min.css, SourceType: Package, SourceId: MudBlazor, ContentRoot: C:\Users\Blacky.nuget\packages\mudblazor\7.0.0\staticwebassets, BasePath: _content/MudBlazor, RelativePath: MudBlazor.min.css, AssetKind: All, AssetMode: All, AssetRole: Primary, AssetRole: , AssetRole: , RelatedAsset: , AssetTraitName: , AssetTraitValue: , CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: .nuget\packages\mudblazor\7.0.0\staticwebassets\MudBlazor.min.css' and 'Identity: Blacky\Desktop\LHB24\OpenEugene.Theme.LittleHelpBook\Client\wwwroot_content\MudBlazor\MudBlazor.min.css, SourceType: Discovered, SourceId: OpenEugene.Theme.LittleHelpBook.Client.Oqtane, ContentRoot: \Desktop\LHB24\OpenEugene.Theme.LittleHelpBook\Client\wwwroot, BasePath: _content/OpenEugene.Theme.LittleHelpBook.Client.Oqtane, RelativePath: _content/MudBlazor/MudBlazor.min.css, AssetKind: All, AssetMode: All, AssetRole: Primary, AssetRole: , AssetRole: PreferTarget, RelatedAsset: , AssetTraitName: , AssetTraitValue: , CopyToOutputDirectory: Never, CopyToPublishDirectory: PreserveNewest, OriginalItemSpec: wwwroot_content\MudBlazor\MudBlazor.min.css' from different projects. OpenEugene.Theme.LittleHelpBook.Client C:\Program Files\dotnet\sdk\8.0.302\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.targets 475
The text was updated successfully, but these errors were encountered: