Skip to content

Use Blazor Web App #368

@linkdotnet

Description

@linkdotnet

The blog currently uses Blazor Server - to be future proof we should switch to the Blazor Web App "style".
There is an open branch feature/blazor-hybrid that did already some ground work, but

  1. Needs a rebase/merge of the current master branch
  2. The whole Authorization didn't quite work nicely as far as I can remember

So an alternative might be just creating a new Blazor Web App project from scratch and move the necessary parts over.

There is also a change in the NotFound page: We have to create a "catch-all" page or wait for .NET 10, as they provide different means to achieve that.
But <= net9.0 using NotFound will not work as it does right now.

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions