Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazor Server template open-iconic issues #33738

Closed
danroth27 opened this issue Jun 22, 2021 · 4 comments · Fixed by #33808
Closed

Blazor Server template open-iconic issues #33738

danroth27 opened this issue Jun 22, 2021 · 4 comments · Fixed by #33808
Assignees
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed feature-blazor-server feature-templates
Milestone

Comments

@danroth27
Copy link
Member

Repro steps:

  • Install .NET 6 Preview 7 (6.0.100-preview.7.21321.6)
  • dotnet new blazorserver -o BlazorApp
  • cd BlazorApp
  • dotnet watch

Expected result: App runs cleanly

Actual result:

image

Failed to decode downloaded font: https://localhost:5001/css/open-iconic/font/fonts/open-iconic.woff
localhost/:1 OTS parsing error: incorrect file size in WOFF header
localhost/:1 Failed to decode downloaded font: https://localhost:5001/css/open-iconic/font/fonts/open-iconic.ttf
localhost/:1 OTS parsing error: cvt : invalid table offset
localhost/:1 Failed to decode downloaded font: https://localhost:5001/css/open-iconic/font/fonts/open-iconic.otf
localhost/:1 OTS parsing error: CFF : table overruns end of file
@danroth27
Copy link
Member Author

Also repros with .NET 6 Preview 6 (6.0.100-preview.6.21321.10).

@captainsafia
Copy link
Member

I haven't been able to repro this on 6.0.100-preview.6.21276.12 and Google Chrome | 91.0.4472.114 (Official Build) (arm64)

@captainsafia
Copy link
Member

OK I was able to repro this on 6.0.100-preview.7.21322.1 though. And I'll trust that it also repros on 6.0.100-preview.6.21321.10, so the regression happened between then.

@danroth27 danroth27 changed the title Blazor Server template open-iconic issues with .NET 6 Preview 7 Blazor Server template open-iconic issues Jun 23, 2021
@danroth27
Copy link
Member Author

@captainsafia Can you look into this for Preview 6? I don't think we want to ship the templates this way 😝

@ghost ghost added the Working label Jun 24, 2021
@captainsafia captainsafia added this to the 6.0-preview6 milestone Jun 24, 2021
@ghost ghost added Done This issue has been fixed and removed Working labels Jun 24, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 24, 2021
@mkArtakMSFT mkArtakMSFT added the bug This issue describes a behavior which is not expected - a bug. label Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components bug This issue describes a behavior which is not expected - a bug. Done This issue has been fixed feature-blazor-server feature-templates
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants