genifycom

Results 16 comments of genifycom
trafficstars

Do we add OutputDebugString: [W.LPTSTR], to api.js?

When I try to use this in Electron, I get "Cannot find the module ffi"

Cannot get this to work in Blazor Webassembly. Does anyone have a working example? csproj includes the following: The error is: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: libHarfBuzzSharp System.DllNotFoundException: libHarfBuzzSharp at...

I am getting this in Windows 11 as well. Why would this be when Calibri is available by default in Windows? This is a Webassembly Blazor App running in Windows...

I have deployed my first production release and am also looking for a non-preview package. MAUI and XAML is of no interest to me. XAML died a long time ago...

Thanks for that and his approach is what I have been using up to this point. Unfortunately Beebys talk does not address SignalR or the DotNet Core support for Hubs...

I am guessing that I need to add the new transport to TransportManager in Microsoft.AspNet.SignalR source code here https://github.com/SignalR/SignalR Register("proxiedWebSockets", context => new ProxiedWebSocketTransport(context, resolver)); //TODO

For many of our current workloads, we run the same code locally and in Lambda. Our clients can then run either on an on-premise machine or in the cloud (e.g....

Hi Jeff, After further investigation, the issue is when you use: `true` If you add that to your test project csproj, it will trigger the error. System.TypeInitializationException: 'The type initializer...

Say you want a border around the BECanvas so that you can see the extents like this: This will give an error: crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Object of...