Removing statement about tooling maturity for Blazor WebAssembly (#23144)

pull/23148/head
Daniel Roth 2021-08-27 10:32:45 -07:00 committed by GitHub
parent c317d921eb
commit 10461c1cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ The Blazor WebAssembly hosting model has the following limitations:
* The app is restricted to the capabilities of the browser.
* Capable client hardware and software (for example, WebAssembly support) is required.
* Download size is larger, and apps take longer to load.
* .NET runtime and tooling support is less mature. For example, limitations exist in [.NET Standard](/dotnet/standard/net-standard) support and debugging.
To create a Blazor WebAssembly app, see <xref:blazor/tooling>.