-
I am developing a Chrome extension with Blazor, and `_content` folder is forbidden to load in browser extension since it is build in restriction.
So, I need to load js from some folder like `content`…
-
If you try to use `@attribute [StreamRendering]` on your root component, e.g.:
```razor
@attribute [StreamRendering]
@code {
protected override async Task OnInitialized…
-
1.5 release version. Blazor wasm 3.2 release version. Latest VS 2019 as of today. Running default Blazor wasm template project with or without debug (doesn't matter) in debug build. Latest chrome on w…
-
# A Simple Multi-Client WebSocket Server - Forty Years of Code
Learn from this simple websocket server with realistic features.
[https://mcguirev10.com/2019/01/15/simple-multi-client-websocket-ser…
-
Thank you for the video and help with pagination. When I add this to Blazor Wasm -
I am getting following error when I run the code.
The provider for the source 'IQueryable' doesn't implement…
-
### Describe the bug
I have a Blazor Server project, where I have added Logto as an Identity Provider. I have created a Traditional Web App in Logto and provided all information for the AddLogo…
-
We're using these libraries to send log messages from a Blazor WebAssembly app up to an ASP.NET server in Azure, which in turn logs to ApplicationInsights. However, all exceptions coming from the clie…
-
-
When using HXGrid with Multiselect & Pagination, the selection is removed when navigating to other page.
Is this by design? Because it's very annoying.
Steps to reproduce:
1. Go to https://havit…
-
## Try to support Blazor WASM with generators
- The Restsharp uses the webclient, WebClient cannot be used on the Browser (client-side Blazor) simply because it is relatively old technology, and ther…