maui icon indicating copy to clipboard operation
maui copied to clipboard

WIP: Add .NET MAUI Blazor Hybrid + Web App solution template

Open Eilon opened this issue 1 year ago • 0 comments

Description of Change

NOTE: This is a Work In Progress!

This adds a new template to dotnet new and in Visual Studio that creates a solution with .NET MAUI Blazor Hybrid app with a Blazor Web app, which share common code in a Razor Class Library project.

Here's what you'll see from the command line:

image

And from VS:

image

And here's what the rough layout of files looks like (some details still being figured out):

image

And when you run the apps they look the same (because all the UI components are shared):

image

The various options relevant to .NET MAUI and to Blazor Web are available in this project, with the exception of no Authentication options (at this time).

Issues Fixed

Fixes #1069

Eilon avatar Apr 16 '24 21:04 Eilon