You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Microsoft.AspNetCore.Components.WebAssembly.DevServer` provides a development server for use when building Blazor WebAssembly standalone applications.
4
+
5
+
## How to use
6
+
7
+
To use `Microsoft.AspNetCore.Components.WebAssembly.DevServer`, add the package to your project:
For additional documentation and examples, refer to the [official documentation](https://learn.microsoft.com/en-us/aspnet/core/blazor/debug#packages) on debugging Blazor WebAssembly applications.
22
+
23
+
## Feedback & Contributing
24
+
25
+
`Microsoft.AspNetCore.Components.WebAssembly.DevServer` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments