-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I have a `Blazor WebAssembly App` c…
-
## Failing Test(s)
- Microsoft.AspNetCore.Components.E2ETest.Tests.ThreadingAppTest.NavMenuHighlightsCurrentLocation
## Error Message
```text
System.AggregateException : One or m…
-
I imported this package with Nuget Package Manager,
Added the using directive to my page and copied the sample code. I get the following error however: 'FetchData' does not exist in the current cont…
-
能把库修改为 netstandard2.1 的标准库吗,这个无法在Blazor WebAssembly App中使用
-
### Describe the Problem
We currently have samples for standard ASP.NET Core apps. However, Blazor WASM apps are unique in that the build output is a static site, not a `.dll` or executable that ca…
-
If anyone is interested/curious, I've started experimenting with getting CSLA to work with [Blazor](https://github.com/aspnet/Blazor) and [mono on WebAssembly](http://www.mono-project.com/news/2018/01…
-
**Describe the bug**
At first it's probably not a bug report but rather question or feature proposal, but I've not found any better place to write about it.
I have a Grid with multiple GridColumns…
-
Make a separate repo for this.
Reference: https://yangzhongke8.medium.com/without-blazor-webassembly-develop-a-web-site-that-compiles-and-runs-c-code-on-browser-c381873f6d03
It's "purer" because…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
When creating a new Blazor pr…
-
I want to keep talking about this issue.
It's in my opinion a bug, hear me out.
We can't pause a thread in blazor because it's running on one thread and it's async all the way that was the decision.…