Microsoft.AspNetCore.Components.WebAssembly
8.0.0-preview.7.23375.9
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.WebAssembly --version 8.0.0-preview.7.23375.9
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly -Version 8.0.0-preview.7.23375.9
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-preview.7.23375.9" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" />
paket add Microsoft.AspNetCore.Components.WebAssembly --version 8.0.0-preview.7.23375.9
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly, 8.0.0-preview.7.23375.9"
#addin nuget:?package=Microsoft.AspNetCore.Components.WebAssembly&version=8.0.0-preview.7.23375.9&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly&version=8.0.0-preview.7.23375.9&prerelease
Build client-side single-page applications (SPAs) with Blazor running under WebAssembly.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8df730db29a670c853e3cff67fe70eb1cf6e8af7
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.0-preview.7.23375.9)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.0-preview.7.23375.6)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0-preview.7.23375.6)
- Microsoft.Extensions.Logging (>= 8.0.0-preview.7.23375.6)
- Microsoft.JSInterop.WebAssembly (>= 8.0.0-preview.7.23375.9)
NuGet packages (389)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Components.WebAssembly:
Package | Downloads |
---|---|
Microsoft.AspNetCore.Components.WebAssembly.Server
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/ddf39a1b4690fbe23aea79c78da67004a5c31094 |
|
bunit.web
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component. |
|
bunit
bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services. bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and JSInterop. |
|
Toolbelt.Blazor.HttpClientInterceptor
Intercept all of the sending HTTP requests on a client side Blazor application. |
|
Serilog.Sinks.BrowserConsole
Writes Serilog events to the browser console |
GitHub repositories (345)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.WebAssembly:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 5, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
|
|
ScottPlot/ScottPlot
Interactive plotting library for .NET
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
|
|
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
|
|
beto-rodriguez/LiveCharts2
Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
|
|
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
|
|
grpc/grpc-dotnet
gRPC for .NET
|
|
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
|
|
radzenhq/radzen-blazor
Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 1,699 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 2,314 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 2,833 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 1,529 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 2,121 | 2/25/2025 | |
9.0.6 | 109,469 | 6/10/2025 | |
9.0.5 | 200,534 | 5/13/2025 | |
9.0.4 | 297,057 | 4/8/2025 | |
9.0.3 | 272,329 | 3/11/2025 | |
9.0.2 | 304,482 | 2/11/2025 | |
9.0.1 | 443,299 | 1/14/2025 | |
9.0.0 | 1,125,550 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 27,659 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 25,024 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 20,061 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 27,322 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 13,023 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 3,463 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 35,033 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 2,639 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 16,355 | 2/13/2024 | |
8.0.17 | 47,251 | 6/10/2025 | |
8.0.16 | 86,618 | 5/13/2025 | |
8.0.15 | 150,075 | 4/8/2025 | |
8.0.14 | 166,422 | 3/11/2025 | |
8.0.13 | 234,028 | 2/11/2025 | |
8.0.12 | 281,502 | 1/14/2025 | |
8.0.11 | 1,136,182 | 11/12/2024 | |
8.0.10 | 1,066,978 | 10/8/2024 | |
8.0.8 | 1,343,012 | 8/13/2024 | |
8.0.7 | 1,126,642 | 7/9/2024 | |
8.0.6 | 816,335 | 5/28/2024 | |
8.0.5 | 400,142 | 5/14/2024 | |
8.0.4 | 1,215,463 | 4/9/2024 | |
8.0.3 | 557,515 | 3/12/2024 | |
8.0.2 | 934,677 | 2/13/2024 | |
8.0.1 | 989,111 | 1/9/2024 | |
8.0.0 | 2,016,420 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 120,367 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 28,324 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 35,226 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 23,873 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 7,654 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 5,908 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 4,554 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 3,774 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 6,095 | 2/21/2023 | |
7.0.20 | 117,914 | 5/28/2024 | |
7.0.19 | 26,305 | 5/14/2024 | |
7.0.18 | 61,425 | 4/9/2024 | |
7.0.17 | 29,563 | 3/12/2024 | |
7.0.16 | 79,109 | 2/13/2024 | |
7.0.15 | 142,976 | 1/9/2024 | |
7.0.14 | 327,834 | 11/14/2023 | |
7.0.13 | 215,667 | 10/24/2023 | |
7.0.12 | 191,011 | 10/10/2023 | |
7.0.11 | 269,707 | 9/12/2023 | |
7.0.10 | 449,646 | 8/8/2023 | |
7.0.9 | 292,834 | 7/11/2023 | |
7.0.8 | 155,125 | 6/22/2023 | |
7.0.7 | 154,931 | 6/13/2023 | |
7.0.5 | 849,942 | 4/11/2023 | |
7.0.4 | 395,039 | 3/14/2023 | |
7.0.3 | 432,501 | 2/14/2023 | |
7.0.2 | 448,107 | 1/10/2023 | |
7.0.1 | 301,851 | 12/13/2022 | |
7.0.0 | 2,340,666 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 32,434 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 69,035 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 127,730 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 4,643 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 2,763 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 3,405 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 2,533 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 2,741 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 1,666 | 2/17/2022 | |
6.0.36 | 44,471 | 11/12/2024 | |
6.0.35 | 9,375 | 10/8/2024 | |
6.0.33 | 55,441 | 8/13/2024 | |
6.0.32 | 47,325 | 7/9/2024 | |
6.0.31 | 41,261 | 5/28/2024 | |
6.0.30 | 13,654 | 5/14/2024 | |
6.0.29 | 50,151 | 4/9/2024 | |
6.0.28 | 43,945 | 3/12/2024 | |
6.0.27 | 45,809 | 2/13/2024 | |
6.0.26 | 73,696 | 1/9/2024 | |
6.0.25 | 240,164 | 11/14/2023 | |
6.0.24 | 68,302 | 10/24/2023 | |
6.0.23 | 46,414 | 10/10/2023 | |
6.0.22 | 61,254 | 9/12/2023 | |
6.0.21 | 100,040 | 8/8/2023 | |
6.0.20 | 86,395 | 7/11/2023 | |
6.0.19 | 52,504 | 6/22/2023 | |
6.0.18 | 43,988 | 6/13/2023 | |
6.0.16 | 203,039 | 4/11/2023 | |
6.0.15 | 243,485 | 3/14/2023 | |
6.0.14 | 150,179 | 2/14/2023 | |
6.0.13 | 259,509 | 1/10/2023 | |
6.0.12 | 155,345 | 12/13/2022 | |
6.0.11 | 428,519 | 11/7/2022 | |
6.0.10 | 626,605 | 10/11/2022 | |
6.0.9 | 383,120 | 9/13/2022 | |
6.0.8 | 492,609 | 8/9/2022 | |
6.0.7 | 603,777 | 7/12/2022 | |
6.0.6 | 471,794 | 6/14/2022 | |
6.0.5 | 599,859 | 5/10/2022 | |
6.0.4 | 582,807 | 4/11/2022 | |
6.0.3 | 512,540 | 3/8/2022 | |
6.0.2 | 538,210 | 2/8/2022 | |
6.0.1 | 921,770 | 12/14/2021 | |
6.0.0 | 2,311,117 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 47,187 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 39,654 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 47,357 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 15,408 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 12,216 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 8,374 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 15,652 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 3,090 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 3,119 | 2/12/2021 | |
5.0.17 | 126,580 | 5/10/2022 | |
5.0.16 | 27,227 | 4/11/2022 | |
5.0.15 | 28,000 | 3/8/2022 | |
5.0.14 | 55,086 | 2/8/2022 | |
5.0.13 | 66,636 | 12/14/2021 | |
5.0.12 | 88,457 | 11/7/2021 | |
5.0.11 | 161,068 | 10/12/2021 | |
5.0.10 | 181,082 | 9/14/2021 | |
5.0.9 | 441,256 | 8/10/2021 | |
5.0.8 | 280,404 | 7/13/2021 | |
5.0.7 | 328,276 | 6/8/2021 | |
5.0.6 | 227,853 | 5/11/2021 | |
5.0.5 | 288,658 | 4/6/2021 | |
5.0.4 | 287,903 | 3/9/2021 | |
5.0.3 | 256,233 | 2/9/2021 | |
5.0.2 | 228,612 | 1/12/2021 | |
5.0.1 | 235,793 | 12/8/2020 | |
5.0.0 | 682,172 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 80,734 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 35,068 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 7,814 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 5,904 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 7,383 | 6/25/2020 |