Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.58 KB

README.md

File metadata and controls

74 lines (45 loc) · 2.58 KB

.NET Blazor Movie

.NET

This project was built on .NET 6 and it had been upgraded to .NET 7

Getting Started

Current News

Contributor Guide

Requirements

Running

Visual Studio 2022

First thing’s first, install Visual Studio 2022 and install the .NET WebAssembly build tools, select the optional component in the Visual Studio installer. Untitled

For Maui development check .NET MAUI (preview) under the Mobile Development with .NET workload, and check the Universal Windows Platform development workload. Then, install the Windows App SDK Single-project MSIX extension Untitled

For Maui Run

Screenshot 2021-11-10 215220

Choose Window, Android, macOS, IOS, Tizen

Screenshot 2021-11-10 215407

For Blazor Run

Screenshot 2021-11-10 215328

.NET 7 Cli user

Compile with globally installed dotnet

Install global workloads

dotnet workload install android ios maccatalyst tvos macos maui wasm-tools

Build and launch Visual Studio using global workloads

dotnet tool restore BlazorMovie.sln
dotnet build BlazorMovie.sln

Release project

dotnet release BlazorMovie.sln

Run project

dotnet BlazorMovie.Server.dll

Alt