Azure / azure-kusto-dotnet

Azure Data Explorer (Kusto) SDK for .NET
MIT License
8 stars 5 forks source link

Exception when used in Blazor #2

Closed torshy closed 1 year ago

torshy commented 2 years ago

Hi, I've created a kusto client with AvaloniaUI, and it fails when running in the browser with the webassembly target.

This is with the 10.0.0-preview version. The previous version fails with a slightly different exception, yet the same underlying issue.

image

Might be more issues and ultimately that it won't work at all, but it would be really nice to be able to target Windows, Linux, Mac and the Web with the same code.

yogilad commented 1 year ago

We did not officially support Blazor. You can try the new SDK version which is released in .net6 as weel. Perhaps this compatibility issue is resolved there.