User-2022643801 posted
Please help,
How can one build the WebAssembly for a Blazor from the command line.
To clarify, I want to be outside of Visual Studio in two situations as such:
1) A Blazor ".CSHTML" file with C# and HTML.
2) Have a C#/Blazor ".CS" file and a pure ".HTML" file that will have a <SCRIPT src=~~~path-to-web-assembly-for-blazor-code~~~>
In those two situations, I want to be able to build the WebAssembly that the client side HTML will use, and if possible, to attach a Visual Studio Debugger to the client browser so as to set break points, and be able to step through the C# code as the browser
runs the pages.