nsidhu
nsidhu
**Describe the bug** I am getting the following error, only when adding AddHttpMessageHandler. {System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.AspNetCore.Components.WebView.Services.WebViewJSRuntime.BeginInvokeJS(Int64 taskId, String identifier, String...
I am trying to store object that has ``` public class AuthInfo { public string AuthToken { get; set; } public string FristName { get; set; } public string LastName...
@Eilon I have filed the bug on with Refit, but was wondering if something is already known about this. I am trying to use IJSRuntime in Refit as for Adding...
I am using the Humanizer.core in .NET Core 6 RC1 in Blazor WASM App. This is what is throwing error in .razor page. @searchResult.AlerSentTime?.Humanize(culture:CultureInfo.InvariantCulture); ``` Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component:...
I have setup MXChip on IoT Central and only few of the sensors(Temperature, Humidity & Pressure) are showing up. Why don't i see other other sensors ? I am using...
I am using MXChip, had configured it successfully, but after changing my Wifi, it is not longer connecting. It is going into Loop of Regiertryin... , retry 1,2,3,4,5 and so...
Can azure DNS Resolver be used with Managed Private End Point. Like i want to read data from on premise SQL from Synapse where private managed end points are enabled...
I want to run a specific suite that is specified in the protractor config, how can i run it. other times i might want to run all the suites for...
I have Blazor WebAssembly app for which initial loads are very time consuming anywhere between 2-5 min depending on connection speeds. And when i try to run the test, say...
**Describe the solution you'd like** I am using Blazor server .NET 7 My requirement is to run the long running process in the background thread. This long running code should...