Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
36 views

How do I use Chrome API Sidepanel in a Blazor extension?

Currently I am trying to get my browser extension to utilize the Chrome API's SidePanel. I have used this method in a react application, but I am stumped getting it to work in Blazor. BackgroundWorker....
Casey Kawamura's user avatar
4 votes
3 answers
697 views

Blazor (WA .NET6)- TS1109 Error, how to fix it?

I've been working on a Blazor WebAssembly .NET6 project for a couple of years. I updated VS2022 recently to the latest 17.10.0(I was in the previous 16.9 before), and after that I'm having TS1109 all ...
luhia91's user avatar
  • 66
0 votes
0 answers
54 views

Blazor Server failing with unexpected query parameters

I have a Blazor web app with an index page at the route "/". When accessed through myhost/myapp everything works fine. However, I published the url in a Facebook post and when users tap that ...
balintn's user avatar
  • 1,323
0 votes
1 answer
88 views

Blazor WASM Unable to load static html page from wwwroot folder

I have created static html page under wwwroot folder, which having it's own js and css. While trying to hit url in incognito mode in browser https://baseURL/Terms.html it redirect to Terms.html for ...
Kalpesh Bhadra's user avatar
0 votes
0 answers
51 views

How can I force Blazor Server to free up Memory? [duplicate]

I've encountered numerous challenges with Blazor, particularly regarding its memory management. Whenever I initiate a new project and monitor the memory usage, it's evident that memory consumption ...
Jesus Fortuna's user avatar
0 votes
1 answer
115 views

Visual Studio run into an unexpected problem, and may affect some project system functions. (Open log file)

I've bumped into such kind of issue and don't know how to solve it. here is log file: Recoverable System.ArgumentException: Value does not fall within the expected range. at System.Runtime....
Chuckle Chase's user avatar
1 vote
0 answers
81 views

.net core 6, blazor server, "A task was canceled" when OnInitializedAsync queries EFCore. Only when page path is not "/"

sorry for the cryptic subject. My Blazor Server App (.net core 6), has a page in root "/". In the OnInitializedAsync I make an async read to EFCore. So far, works like a charm. When I change ...
Xavier Casals's user avatar
0 votes
0 answers
40 views

Does an EditForm can be declared inside a blazor component?

My question is simple : "Does an EditForm can be declared in a blazor component or it must be declared in a blazor Page?" I am trying to use a EditForm inside a component used in multiple ...
jBravo's user avatar
  • 883
0 votes
0 answers
64 views

.NET 6 to .NET 8 troubleshooting

I'm working on a Blazor project with .NET 6 framework and it works fine. I'm using Radzen too. Since I go to .NET 8, I get a problem with grouping on a Radzen Grid. The grouping never ends and i get ...
Pascal Felix's user avatar
1 vote
1 answer
225 views

MSAL Authentication - WASM Web application - Failed to construct URL

I need you clever peoples help. I need to get msal authentication working with EntraID. I have a net 6 wasm application and I am getting daft errors - I must have looked at my appsettings.json file ...
Jason_Hough's user avatar
1 vote
1 answer
259 views

How pass data from ASP.NET Core MVC view and Blazor

I have a Blazor component and I want to pass data from the view, such as information from ViewBag or a model, to the component I've created. like this. @{ ViewData["Title"] = "Home ...
Jalal Malekpour's user avatar
0 votes
0 answers
99 views

Hybrid windows and anonymous authentication with .NET 6 Blazor Server App

for the past few years, I've been developing only WPF applications and therefore I'm quite new to Blazor. I'm currently stuck with a problem, and even hours of searching through forums and YouTube ...
Hamish1969's user avatar
2 votes
1 answer
1k views

Unable to disable Blazor WASM trimming/linking/tree-shaking

Targeting the .NET 6 framework but building with the latest .NET 8 SDK. I'm using a gRPC serialization library that throws an error when serializing a KeyValuePair. I realized it's working fine on my ...
Dunge's user avatar
  • 641
0 votes
0 answers
84 views

Are there a way to avoid the blink at the beggining and the white space delay in the blazor virtualize component?

Using the blazor virtualize component, I noticed a blink in the first row (or item loaded) into the virtualize. Also I noticed, using the placeholder, when I scroll down, the "placeholder" ...
Amaurys Sánchez's user avatar
1 vote
1 answer
290 views

Blazor virtualization placeholder doesn't work

I'm practicing with Blazor. Now is the Virtualize turn. I copy an example and I modified it. When I try to use the Virtualize tag, working fine, but when I want to add a Placeholder tag, it doesn't ...
Amaurys Sánchez's user avatar

15 30 50 per page
1
2 3 4 5
16