You need to have .NET 6 installed on your computer. In Visual Studio you can run the unit tests using GUI. Just find the 'Tests' tab on the top toolbar. With .NET CLI ...
ASP.NET Core today offers two client-side hosting models: Blazor Server (server-rendered, SignalR-connected) and Blazor WebAssembly (component-based SPA). Neither provides the Controller → Action → ...