.NET Blazor Movie
January 12, 2023 · View on GitHub
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.

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

For Maui Run

Choose Window, Android, macOS, IOS, Tizen

For Blazor Run

.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