blazor-everywhere 7.0.0

dotnet new install blazor-everywhere::7.0.0
This package contains a .NET Template Package you can call from the shell/command line.

BlazorEverywhere

A ready-to-use template for one BlazorApp hosted in Blazor-Server Blazor-WASM and Blazor-Hybrid

Goals

  • Crate a Template you can use, singe code to create
    • Blazor-Server
    • Blazor-WASM
    • Blazor-Hybrid (Maui Blazor App)
      • Windows
      • Android
      • IOS
      • MacCatalyst
      • Tizen
  • Minimal modification compared with MS single Project Templates Blazor Server App,Blazor WemAssembly App, Maui Blazor App
  • Show Example to add Platform specific code e.g Blazor has no DeviceInfo class but Maui has
  • Use a WebApi Project to fetch WeatherForecast data

How to install

How to use

dotnet new blazor-everywhere

Project structure

  • Root
    • Blazor Everywhere
      • .template_configuration
      • src
        • HostingModels
          • BlazorHybrid
          • InterfacesIpl
          • Platforms
            • Android
            • iOS
            • MacCatalyst
            • Tizen
            • Windows
          • Properties
          • Resources
          • wwwroot
        • BlazorServer
        • BlazorWasm
        • Tpl.Core
          • Components
          • Interfaces
          • InterfacesIpl
          • Pages
          • Services
          • Shared
          • wwwroot
            • css
        • Tpl.WebApi
          • Controllers
          • Properties
        • Tpl.WebApi.Shared.Data

To Do

  • Describe Project folders
  • Comment Code and explain how it works
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 363 12/30/2022
1.0.4-preview.6 230 8/22/2022