MudBlazor / MudBlazor/ThemeManager

Field Not Found

Open
#14 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
288
Forks
76
PR merge metrics
No merged PRs in 30d

Description

Using an out of the box barebones MudBlazor setup and following the readme for ThemeManager.

MudBlazor, Version=6.0.6.0
Installed using dotnet add package

I get the following error:

crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Field not found: .Material.Outlined Due to: Could not parse field signature 0a000069 due to: Could not resolve type with token 01000054 from typeref (expected class 'MudBlazor.Outlined' in assembly 'MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null') assembly:MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null type:MudBlazor.Outlined member:(null) System.MissingFieldException: Field not found: .Material.Outlined Due to: Could not parse field signature 0a000069 due to: Could not resolve type with token 01000054 from typeref (expected class 'MudBlazor.Outlined' in assembly 'MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null') assembly:MudBlazor, Version=6.0.6.0, Culture=neutral, PublicKeyToken=null type:MudBlazor.Outlined member:(null) at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) window.Module.s.printErr @ blazor.webassembly.js:1 bootstrap.min.css:1 Failed to load resource: the server responded with a status of 404 ()

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the README's ThemeManager setup and reproduce it in the reported barebones MudBlazor 6.0.6 application. Inspect the rendering entry point that produces the Material.Outlined field error and the bootstrap.min.css request; done means the setup renders without the MissingFieldException and the reported resource failure is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.